Changeset 4091
- Timestamp:
- Sep 7, 2021, 3:00:25 AM (17 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r4088 r4091 2 2 3 3 See the end of this file for copyrights and conditions. 4 5 version 0.20 (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.20 4 9 5 10 yat 0.19.x series from http://dev.thep.lu.se/yat/svn/branches/0.19-stable -
trunk/m4/version.m4
r4032 r4091 26 26 m4_include([m4/my_version.m4]) 27 27 28 MY_VERSION_early([0], [ 19], [0], [true])28 MY_VERSION_early([0], [20], [0], [true]) 29 29 30 30 # Library versioning (current:revision:age) … … 100 100 # *Accidently, the libtool number was not updated for yat 0.5 101 101 # 102 m4_define([YAT_LT_VERSION_INFO], [1 6:0:0])102 m4_define([YAT_LT_VERSION_INFO], [17:0:0])
Note: See TracChangeset
for help on using the changeset viewer.