Changeset 1302 for branches/0.4-stable
- Timestamp:
- May 14, 2008, 5:57:02 PM (15 years ago)
- Location:
- branches/0.4-stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4-stable/ChangeLog
r1300 r1302 25 25 ====================================================================== 26 26 27 version 0.4.2: 28 - http://trac.thep.lu.se/yat/log/branches/0.4-stable?rev=HEAD&stop_rev=1302 29 - http://trac.thep.lu.se/yat/query?milestone=yat+0.4.1&order=id 30 27 31 version 0.4.1: 28 32 - http://trac.thep.lu.se/yat/log/branches/0.4-stable?rev=1300&stop_rev=1280 -
branches/0.4-stable/NEWS
r1300 r1302 2 2 3 3 See the end of this file for copyrights and conditions. 4 5 Version 0.4.2 (released DATE) 6 7 A complete list of closed tickets can be found here [[br]] 8 http://trac.thep.lu.se/yat/query?status=closed&milestone=yat+0.4.2 4 9 5 10 Version 0.4.1 (released 14 May 2008) -
branches/0.4-stable/build_support/version.m4
r1300 r1302 29 29 m4_define([MINOR_VERSION], [4]) 30 30 # PATCH - Modify for every released patch 31 m4_define([PATCH_VERSION], [ 1])31 m4_define([PATCH_VERSION], [2]) 32 32 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], [ false])35 m4_define([DEV_BUILD], [true]) 36 36 37 37 # Library versioning (current:revision:age)
Note: See TracChangeset
for help on using the changeset viewer.