Changeset 3097
- Timestamp:
- Oct 28, 2013, 7:23:26 AM (10 years ago)
- Location:
- branches/0.10-stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10-stable/NEWS
r3095 r3097 4 4 5 5 yat 0.10.x series from http://dev.thep.lu.se/yat/svn/branches/0.10-stable 6 7 version 0.10.4 (released NOT YET) 8 9 A complete list of closed tickets can be found here [[br]] 10 http://dev.thep.lu.se/yat/query?status=closed&milestone=yat+0.10.4 6 11 7 12 version 0.10.3 (released 28 October 2013) -
branches/0.10-stable/m4/version.m4
r3095 r3097 26 26 m4_include([m4/my_version.m4]) 27 27 28 MY_VERSION_early([0], [10], [ 3], [false])28 MY_VERSION_early([0], [10], [4], [true]) 29 29 30 30 # Library versioning (current:revision:age) … … 76 76 # *Accidently, the libtool number was not updated for yat 0.5 77 77 # 78 m4_define([YAT_LT_VERSION_INFO], [7: 3:0])78 m4_define([YAT_LT_VERSION_INFO], [7:4:0])
Note: See TracChangeset
for help on using the changeset viewer.