Changeset 3220
- Timestamp:
- May 6, 2014, 5:31:29 AM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r3215 r3220 2 2 3 3 See the end of this file for copyrights and conditions. 4 5 version 0.13 (released NOT YET) 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.13 4 9 5 10 yat 0.12.x series from http://dev.thep.lu.se/yat/svn/branches/0.12-stable -
trunk/m4/version.m4
r3215 r3220 26 26 m4_include([m4/my_version.m4]) 27 27 28 MY_VERSION_early([0], [1 2], [0], [true])28 MY_VERSION_early([0], [13], [0], [true]) 29 29 30 30 # Library versioning (current:revision:age) … … 80 80 # *Accidently, the libtool number was not updated for yat 0.5 81 81 # 82 m4_define([YAT_LT_VERSION_INFO], [ 9:0:0])82 m4_define([YAT_LT_VERSION_INFO], [10:0:0])
Note: See TracChangeset
for help on using the changeset viewer.