aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-01-04 13:25:05 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:48:07 -0300
commit4351b2e5133e89c02ff26ecbf0f7df6e902efc64 (patch)
treef2a4b538c09b11dd397e301c10de6c5ab043efc3 /doc
parentcc7d8dd1386138a5e88afe64664f51c33aad2f56 (diff)
New format for __version_info__.
The new format follow the same rules used by sys.version_info(). Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Lauro Moura <lauro.neto@openbossa.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in
index b9e7549e5..d2d7408b2 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -51,7 +51,7 @@ copyright = u'2009-2010, Nokia Corporation'
# The short X.Y version.
version = '@BINDING_API_VERSION@'
# The full version, including alpha/beta/rc tags.
-release = '@BINDING_API_VERSION@'
+release = '@BINDING_API_VERSION_FULL@'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.