-rw-r--r-- | doc/gsl-shell-index/conf.py | 2 | ||||
-rw-r--r-- | doc/user-manual/conf.py | 2 |
diff --git a/doc/gsl-shell-index/conf.py b/doc/gsl-shell-index/conf.py index 31533542..6730d789 100644 --- a/doc/gsl-shell-index/conf.py +++ b/doc/gsl-shell-index/conf.py @@ -50,7 +50,7 @@ copyright = u'2012, Francesco Abbate' # The short X.Y version. version = '2.2' # The full version, including alpha/beta/rc tags. -release = '2.2.0-beta1' +release = '2.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/user-manual/conf.py b/doc/user-manual/conf.py index ca47c67f..7f29919a 100644 --- a/doc/user-manual/conf.py +++ b/doc/user-manual/conf.py @@ -50,7 +50,7 @@ copyright = u'2009-2012, Francesco Abbate' # The short X.Y version. version = '2.2' # The full version, including alpha/beta/rc tags. -release = '2.2.0-beta1' +release = '2.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |