Changeset 2097
- Timestamp:
- Nov 5, 2009, 2:19:15 AM (13 years ago)
- Location:
- branches/0.5-stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.5-stable/NEWS
r2096 r2097 3 3 See the end of this file for copyrights and conditions. 4 4 5 Version 0.5.5 (released NOT YET)5 Version 0.5.5 (released 5 November 2009) 6 6 7 SVM::predict is calculated as geometric distance (issue #542) 7 - SVM::predict is calculated as geometric distance (issue #542) 8 - detection of GSL is improved (issue #558) 8 9 9 10 A complete list of closed tickets can be found here [[br]] -
branches/0.5-stable/m4/version.m4
r1997 r2097 31 31 # DEV_BUILD - When rolling a tarball we set this to `false'. In 32 32 # repository value remains `true'. 33 m4_define([DEV_BUILD], [ true])33 m4_define([DEV_BUILD], [false]) 34 34 35 35 # Library versioning (current:revision:age) … … 58 58 # yat-0.5.3 2:2:0 59 59 # yat-0.5.4 2:3:0 60 # yat-0.5.5 2:4:0 60 61 # 61 62 # *Accidently, the libtool number was not updated for yat 0.5
Note: See TracChangeset
for help on using the changeset viewer.