Define version just once

This commit is contained in:
Michal Čihař 2012-11-12 10:06:17 +01:00
parent bec0aa118a
commit 14481d58df

View File

@ -51,7 +51,7 @@ copyright = u'2012, The phpMyAdmin devel team'
# The short X.Y version.
version = '4.0'
# The full version, including alpha/beta/rc tags.
release = '4.0'
release = version
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.