Changeset 1836
- Timestamp:
- Feb 26, 2009, 2:26:52 PM (14 years ago)
- Location:
- branches/0.5-stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.5-stable/NEWS
r1831 r1836 3 3 See the end of this file for copyrights and conditions. 4 4 5 Version 0.5.1 (released NOT YET)5 Version 0.5.1 (released 26 February 2009) 6 6 7 A complete list of closed tickets can be found here [[br]] 8 http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.5.1 7 - libtool version number was corrected (see r1833) 9 8 10 9 Version 0.5 (released 24 February 2009) -
branches/0.5-stable/m4/version.m4
r1833 r1836 32 32 # DEV_BUILD - When rolling a tarball we set this to `false'. In 33 33 # repository value remains `true'. 34 m4_define([DEV_BUILD], [ true])34 m4_define([DEV_BUILD], [false]) 35 35 36 36 # Library versioning (current:revision:age) … … 55 55 # yat-0.4.3 1:2:0 56 56 # yat-0.5 1:2:0* 57 # yat-0.5.1 2:0:0 57 58 # 58 m4_define([YAT_LT_CURRENT], [2]) 59 m4_define([YAT_LT_REVISION], [0]) 60 m4_define([YAT_LT_AGE], [0]) 59 m4_define([YAT_LT_VERSION_INFO], [2:0:0]) 61 60 62 61 # *Accidently, the libtool number was not updated for yat 0.5 … … 74 73 YAT_VERSION)) 75 74 76 m4_define([YAT_LT_VERSION_INFO], YAT_LT_CURRENT[:]YAT_LT_REVISION[:]YAT_LT_AGE)
Note: See TracChangeset
for help on using the changeset viewer.