author | Francesco Abbate <francesco.bbt@gmail.com> | 2013年11月06日 22:09:17 +0100 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2013年11月06日 22:09:17 +0100 |
commit | 0717a95287bdb4db6121320f4da3e2b28d3e015c (patch) | |
tree | c1497ab72eda20f1a7dfbd754fe03669c9e49d37 | |
parent | 6615c2e5c5e814001153dda8fb4fcbf946bf92d7 (diff) | |
download | gsl-shell-master.tar.gz |
-rw-r--r-- | defs.h | 2 | ||||
-rw-r--r-- | doc/user-manual/conf.py | 2 | ||||
-rw-r--r-- | makedefs | 2 |
@@ -32,7 +32,7 @@ #endif #define LUA_INDEX_CONVENTION -#define GSL_SHELL_RELEASE "2.3.0" +#define GSL_SHELL_RELEASE "2.3.1" #ifdef WIN32 #ifndef __cplusplus diff --git a/doc/user-manual/conf.py b/doc/user-manual/conf.py index 0f2d50bc..899f5d61 100644 --- a/doc/user-manual/conf.py +++ b/doc/user-manual/conf.py @@ -50,7 +50,7 @@ copyright = u'2009-2013, Francesco Abbate' # The short X.Y version. version = '2.3' # The full version, including alpha/beta/rc tags. -release = '2.3.0' +release = '2.3.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -11,7 +11,7 @@ MAJVER= 2 MINVER= 0 -RELVER= 0 +RELVER= 2 ABIVER= 5.1 NODOTABIVER= 51 |