Changeset 4001
- Timestamp:
- Oct 9, 2020, 1:41:24 AM (21 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r3998 r4001 2 2 3 3 See the end of this file for copyrights and conditions. 4 5 version 0.19 (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.19 4 9 5 10 yat 0.18.x series from http://dev.thep.lu.se/yat/svn/branches/0.18-stable -
trunk/m4/version.m4
r3987 r4001 26 26 m4_include([m4/my_version.m4]) 27 27 28 MY_VERSION_early([0], [1 8], [0], [true])28 MY_VERSION_early([0], [19], [0], [true]) 29 29 30 30 # Library versioning (current:revision:age) … … 98 98 # *Accidently, the libtool number was not updated for yat 0.5 99 99 # 100 m4_define([YAT_LT_VERSION_INFO], [1 5:0:0])100 m4_define([YAT_LT_VERSION_INFO], [16:0:0])
Note: See TracChangeset
for help on using the changeset viewer.