From 782beabb6a07f7ac3bead982b71794080107f25f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 22 Nov 2010 13:26:56 -0500 Subject: [PATCH 1/2] 3.4.1-dev --- ChangeLog | 2 ++ Documentation.html | 4 ++-- README | 2 +- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0a10389a3..749221747 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ phpMyAdmin - ChangeLog ====================== +3.4.1.0 (not yet released) + 3.4.0.0 (not yet released) + rfe #2890226 [view] Enable VIEW rename + rfe #838637 [privileges] Export a user's privileges diff --git a/Documentation.html b/Documentation.html index f6235e786..a890d76f0 100644 --- a/Documentation.html +++ b/Documentation.html @@ -9,7 +9,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 - phpMyAdmin 3.4.0-dev - Documentation + phpMyAdmin 3.4.1-dev - Documentation @@ -17,7 +17,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 diff --git a/README b/README index 7b92968a8..42a8e9130 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. -Version 3.4.0-dev +Version 3.4.1-dev ----------------- http://www.phpmyadmin.net/ diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 16fe5a1b3..b363089f2 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -96,7 +96,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.4.0-dev'); + $this->set('PMA_VERSION', '3.4.1-dev'); /** * @deprecated */ diff --git a/translators.html b/translators.html index 537824c6f..4b8d7bbd8 100644 --- a/translators.html +++ b/translators.html @@ -10,7 +10,7 @@ - phpMyAdmin 3.4.0-dev - Official translators + phpMyAdmin 3.4.1-dev - Official translators @@ -18,7 +18,7 @@ From 1be7e974693f6c10676c611abebed00d06dad3fe Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 22 Nov 2010 13:30:07 -0500 Subject: [PATCH 2/2] 3.4.0-alpha1 --- Documentation.html | 4 ++-- README | 4 ++-- libraries/Config.class.php | 2 +- translators.html | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation.html b/Documentation.html index f6235e786..848c19edb 100644 --- a/Documentation.html +++ b/Documentation.html @@ -9,7 +9,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 - phpMyAdmin 3.4.0-dev - Documentation + phpMyAdmin 3.4.0-alpha1 - Documentation @@ -17,7 +17,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 diff --git a/README b/README index 7b92968a8..f08e7b019 100644 --- a/README +++ b/README @@ -3,8 +3,8 @@ phpMyAdmin - Readme A set of PHP-scripts to manage MySQL over the web. -Version 3.4.0-dev ------------------ +Version 3.4.0-alpha1 +-------------------- http://www.phpmyadmin.net/ diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 16fe5a1b3..ae584da04 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -96,7 +96,7 @@ class PMA_Config */ function checkSystem() { - $this->set('PMA_VERSION', '3.4.0-dev'); + $this->set('PMA_VERSION', '3.4.0-alpha1'); /** * @deprecated */ diff --git a/translators.html b/translators.html index 537824c6f..89bb7618d 100644 --- a/translators.html +++ b/translators.html @@ -10,7 +10,7 @@ - phpMyAdmin 3.4.0-dev - Official translators + phpMyAdmin 3.4.0-alpha1 - Official translators @@ -18,7 +18,7 @@