Changeset 3184
- Timestamp:
- Mar 25, 2014, 8:32:59 AM (9 years ago)
- Location:
- branches/0.11-stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11-stable/NEWS
r3182 r3184 5 5 yat 0.11.x series from http://dev.thep.lu.se/yat/svn/branches/0.11-stable 6 6 7 version 0.11.2 (released NOT YET)7 version 0.11.2 (released 25 March 2014) 8 8 - Fixed bug that error in OutBamFile::write was not detected (see r3163) 9 - Fixed bug that `-lgsl` was not included in `yat-config --libs` (bug #788) 9 10 10 11 A complete list of closed tickets can be found here [[br]] -
branches/0.11-stable/m4/version.m4
r3145 r3184 26 26 m4_include([m4/my_version.m4]) 27 27 28 MY_VERSION_early([0], [11], [2], [ true])28 MY_VERSION_early([0], [11], [2], [false]) 29 29 30 30 # Library versioning (current:revision:age) … … 78 78 # *Accidently, the libtool number was not updated for yat 0.5 79 79 # 80 m4_define([YAT_LT_VERSION_INFO], [8: 1:0])80 m4_define([YAT_LT_VERSION_INFO], [8:2:0])
Note: See TracChangeset
for help on using the changeset viewer.