From 24b5294d85741f51dddbf7ab62d66450adfc448b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 21 Jan 2013 12:23:47 -0500 Subject: [PATCH] Set 4.0.0-alpha1 for master; when we reach beta, the MAINT_4_0_0 and QA_4_0 branches will start --- README | 2 +- doc/conf.py | 2 +- libraries/Config.class.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index f3f2c1f0b0..a03407e623 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ phpMyAdmin - Readme =================== -Version 4.0.0-dev +Version 4.0.0-alpha1 A set of PHP-scripts to manage MySQL over the web. diff --git a/doc/conf.py b/doc/conf.py index 6ca4e16a0f..90dd9d9b79 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,7 +49,7 @@ copyright = u'2012 - 2013, The phpMyAdmin devel team' # built documents. # # The short X.Y version. -version = '4.0.0-dev' +version = '4.0.0-alpha1' # The full version, including alpha/beta/rc tags. release = version diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 34c02c9262..0892071893 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -101,7 +101,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '4.0.0-dev'); + $this->set('PMA_VERSION', '4.0.0-alpha1'); /** * @deprecated */