Changeset 1299 for branches/0.4-stable
- Timestamp:
- May 14, 2008, 5:24:52 PM (15 years ago)
- Location:
- branches/0.4-stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4-stable/ChangeLog
r1280 r1299 25 25 26 26 version 0.4.1: 27 - http://trac.thep.lu.se/yat/log/branches/0.4-stable?rev= HEAD&stop_rev=128028 - http://trac.thep.lu.se/yat/query?milestone= 0.4.1&order=id27 - http://trac.thep.lu.se/yat/log/branches/0.4-stable?rev=1300&stop_rev=1280 28 - http://trac.thep.lu.se/yat/query?milestone=yat+0.4.1&order=id 29 29 30 30 version 0.4: 31 31 - http://trac.thep.lu.se/yat/log/trunk?rev=1278&stop_rev=835 32 - http://trac.thep.lu.se/yat/query?milestone= 0.4&order=id32 - http://trac.thep.lu.se/yat/query?milestone=yat+0.4&order=id -
branches/0.4-stable/NEWS
r1280 r1299 3 3 See the end of this file for copyrights and conditions. 4 4 5 Version 0.4.1 (released DATE) 5 Version 0.4.1 (released 14 May 2008) 6 7 - Files needed for build of documentation is included in distribution (#365) 8 9 A complete list of closed tickets can be found here [[br]] 10 http://trac.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.1 6 11 7 12 Version 0.4 (released 11 april 2008) … … 22 27 23 28 A complete list of closed tickets can be found here [[br]] 24 http://trac.thep.lu.se/yat/query?status=closed&milestone= 0.429 http://trac.thep.lu.se/yat/query?status=closed&milestone=yat+0.4 25 30 26 31 Version 0.3.1 (released 28 April 2007) … … 29 34 30 35 A complete list of closed tickets can be found here [[br]] 31 http://trac.thep.lu.se/yat/query?status=closed&milestone= 0.3.136 http://trac.thep.lu.se/yat/query?status=closed&milestone=yat+0.3.1 32 37 33 38 Version 0.3 (released 9 April 2007) … … 36 41 37 42 A complete list of closed tickets can be found here [[br]] 38 http://trac.thep.lu.se/yat/query?status=closed&milestone=0.3 43 http://trac.thep.lu.se/yat/query?status=closed&milestone=0.3+%28Public+release%29 39 44 40 45 -
branches/0.4-stable/build_support/version.m4
r1280 r1299 33 33 # DEV_BUILD - When rolling a tarball we set this to `false'. In 34 34 # repository value remains `true'. 35 m4_define([DEV_BUILD], [ true])35 m4_define([DEV_BUILD], [false]) 36 36 37 37 # Library versioning (current:revision:age) … … 52 52 # yat-0.3 undefined 53 53 # yat-0.4 1:0:0 54 # yat-0.4.1 1:0:0 54 55 # 55 m4_define([LT_VERSION], [1: 1:0])56 m4_define([LT_VERSION], [1:0:0]) 56 57 57 58
Note: See TracChangeset
for help on using the changeset viewer.