diff options
author | 2016-11-06 10:05:36 +0100 | |
---|---|---|
committer | 2016-11-06 10:05:36 +0100 | |
commit | c2a75cb1799a31aa5687e576d1c0bdd50825fded (patch) | |
tree | 59144f444d666ae20ac8fb2bc4e4553d330945ca /3rdparty/sol2/docs/source/conf.py | |
parent | fffd464d345a6368cda7d90945d3409151218a06 (diff) |
Updated sol2, made lua console not crash for nil data (nw)
Diffstat (limited to '3rdparty/sol2/docs/source/conf.py')
-rw-r--r-- | 3rdparty/sol2/docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/sol2/docs/source/conf.py b/3rdparty/sol2/docs/source/conf.py index 63733022b90..9b78b5d59b6 100644 --- a/3rdparty/sol2/docs/source/conf.py +++ b/3rdparty/sol2/docs/source/conf.py @@ -59,9 +59,9 @@ author = 'ThePhD' # built documents. # # The short X.Y version. -version = '2.14' +version = '2.15' # The full version, including alpha/beta/rc tags. -release = '2.14.8' +release = '2.15.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |