From 14481d58dfed7c4f344af601a75bf24319251b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 12 Nov 2012 10:06:17 +0100 Subject: [PATCH] Define version just once --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index fff4ec63f2..e8a39bccf5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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.