-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 |