Skip to content

Commit 1644df7

Browse files
committed
Version 2.4.0
1 parent 965efce commit 1644df7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
SLIM (2.4.0) -- 2019/07/15
2+
* migrate from C into C++
3+
* refactoring
4+
15
SLIM (2.3.1) -- 2017/06/13
26
* new features
37
+ add statespace library

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# $Id: configure.ac,v 1.13 2008/10/05 11:22:41 riki Exp $
44

55
AC_PREREQ(2.61)
6-
AC_INIT([SLIM], [2.3.1], [lmntal@ueda.info.waseda.ac.jp], [slim])
6+
AC_INIT([SLIM], [2.4.0], [lmntal@ueda.info.waseda.ac.jp], [slim])
77
# AC_REVISION($Revision: 1.13 $)
88
# AC_COPYRIGHT (copyright-notice)
99
AC_CANONICAL_TARGET

0 commit comments

Comments
 (0)