Changeset 3710 for branches/0.15-stable
- Timestamp:
- Nov 9, 2017, 7:18:06 AM (6 years ago)
- Location:
- branches/0.15-stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.15-stable/NEWS
r3708 r3710 5 5 yat 0.15.x series from http://dev.thep.lu.se/yat/svn/branches/0.15-stable 6 6 7 version 0.15 (released NOT YET) 8 - New configure option '--enable-cxx11' (see ticket #878) 7 version 0.15 (released 8 November 2017) 8 - New configure option '--enable-cxx11' New public macros 9 YAT_WITH_CXX11 and YAT_WITHOUT_CXX11, which allow user to enable 10 or disable, respectively, certain c++11 features such as move 11 constructors (see ticket #878) 9 12 - Matrix*Vector now returns a MatrixExpression, which can be 10 13 converted to a Vector implicitely. The change causes, however, -
branches/0.15-stable/m4/version.m4
r3698 r3710 26 26 m4_include([m4/my_version.m4]) 27 27 28 MY_VERSION_early([0], [15], [0], [ true])28 MY_VERSION_early([0], [15], [0], [false]) 29 29 30 30 # Library versioning (current:revision:age) … … 86 86 # yat-0.14.3 11:3:0 87 87 # yat-0.14.4 11:4:0 88 # yat-0.15 12:0:0 88 89 # 89 90 # *Accidently, the libtool number was not updated for yat 0.5
Note: See TracChangeset
for help on using the changeset viewer.