Skip to content

Commit 1dd368e

Browse files
committed
Update the version number to 2.3.0.
1 parent 5a79d2e commit 1dd368e

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
SLIM (2.3.0) -- 2017/03/29
2+
* display commit id in version string
3+
* test script with TAP
4+
+ enabled to run tests using `make check`
5+
* add doxygen documents
6+
+ enabled to generate using `make doxygen-doc`
7+
* delete TIME_OPT option
8+
* refactoring
9+
110
SLIM (2.2.7) -- 2015/10/31
211
* new feature
312
+ library function str.times

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.7
1+
2.3.0

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.2.7], [lmntal@ueda.info.waseda.ac.jp], [slim])
6+
AC_INIT([SLIM], [2.3.0], [lmntal@ueda.info.waseda.ac.jp], [slim])
77
# AC_REVISION($Revision: 1.13 $)
88
# AC_COPYRIGHT (copyright-notice)
99
AC_CANONICAL_TARGET

install-sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)