aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2010-11-25 19:38:59 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:12:07 -0300
commitb4bd60648c654a719432a90979af863482a78abd (patch)
treed1570479f3c78fbb6641b8516911c4d1439e07b7
parentc57ec52139c7aa878341fd0f61133d4472d5fc69 (diff)
Fix shiboken version in doc generation.
Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
-rw-r--r--doc/conf.py.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in
index 18d84e2af..e49e30fcf 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -49,9 +49,9 @@ copyright = u'2009-2010, Nokia Corporation'
# built documents.
#
# The short X.Y version.
-version = '0.5'
+version = '@shiboken_VERSION@'
# The full version, including alpha/beta/rc tags.
-release = '0.5.1'
+release = '@shiboken_VERSION@'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.