diff options
author | Hugo Parente Lima <hugo.pl@gmail.com> | 2011-01-04 13:25:05 -0200 |
---|---|---|
committer | Hugo Parente Lima <hugo.pl@gmail.com> | 2011-01-04 16:47:57 -0200 |
commit | 269e8450dca79c7a689eb01bf1ca3ab5faeb8334 (patch) | |
tree | 90be879f01d8d1776d83c62a98956c6c28f259c0 /doc | |
parent | 374e2fcf8803c9c3ada97ee29e51c9b6394ef166 (diff) | |
download | pyside-269e8450dca79c7a689eb01bf1ca3ab5faeb8334.tar.gz pyside-269e8450dca79c7a689eb01bf1ca3ab5faeb8334.tar.xz pyside-269e8450dca79c7a689eb01bf1ca3ab5faeb8334.zip |
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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in index b9e7549..d2d7408 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. |