Changeset 4107
- Timestamp:
- Sep 28, 2021, 1:02:57 AM (2 years ago)
- Location:
- branches/0.19-stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.19-stable/NEWS
r4088 r4107 5 5 yat 0.19.x series from http://dev.thep.lu.se/yat/svn/branches/0.19-stable 6 6 7 version 0.19 (released NOT YET)7 version 0.19 (released 27 September 2021) 8 8 - classifier::Target::labels(void) is now const (issue #972) 9 9 - statistics::correlation now takes a const Matrix& instead of Matrix -
branches/0.19-stable/m4/version.m4
r4032 r4107 26 26 m4_include([m4/my_version.m4]) 27 27 28 MY_VERSION_early([0], [19], [0], [ true])28 MY_VERSION_early([0], [19], [0], [false]) 29 29 30 30 # Library versioning (current:revision:age) … … 97 97 # yat-0.18 15:0:0 98 98 # yat-0.18.1 15:1:0 99 # yat-0.19 16:0:0 99 100 # 100 101 # *Accidently, the libtool number was not updated for yat 0.5
Note: See TracChangeset
for help on using the changeset viewer.