Changeset 3796
- Timestamp:
- Apr 12, 2019, 9:57:24 AM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r3793 r3796 2 2 3 3 See the end of this file for copyrights and conditions. 4 5 version 0.17 (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.17 4 9 5 10 yat 0.16.x series from http://dev.thep.lu.se/yat/svn/branches/0.16-stable -
trunk/m4/version.m4
r3794 r3796 26 26 m4_include([m4/my_version.m4]) 27 27 28 MY_VERSION_early([0], [1 6], [0], [true])28 MY_VERSION_early([0], [17], [0], [true]) 29 29 30 30 # Library versioning (current:revision:age) … … 92 92 # *Accidently, the libtool number was not updated for yat 0.5 93 93 # 94 m4_define([YAT_LT_VERSION_INFO], [1 3:0:0])94 m4_define([YAT_LT_VERSION_INFO], [14:0:0])
Note: See TracChangeset
for help on using the changeset viewer.