diff options
author | 2016-11-15 22:21:07 -0600 | |
---|---|---|
committer | 2016-11-15 22:21:07 -0600 | |
commit | a68d4239929802bca7131d4b97c2b8d149fbbcb9 (patch) | |
tree | 03a497191ccd83206e94c60aca635eb44d51c0f7 /3rdparty/sol2/docs/source/conf.py | |
parent | 4d533249fdf28d3a473426130a82e673b1b1d5ec (diff) |
luaengine: use initializers (nw)
Diffstat (limited to '3rdparty/sol2/docs/source/conf.py')
-rw-r--r-- | 3rdparty/sol2/docs/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/sol2/docs/source/conf.py b/3rdparty/sol2/docs/source/conf.py index 9b78b5d59b6..e69c2f79f84 100644 --- a/3rdparty/sol2/docs/source/conf.py +++ b/3rdparty/sol2/docs/source/conf.py @@ -61,7 +61,7 @@ author = 'ThePhD' # The short X.Y version. version = '2.15' # The full version, including alpha/beta/rc tags. -release = '2.15.0' +release = '2.15.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |