From 4645bd5475412146a9e47991718d13d90c558e80 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 11 Dec 2010 06:28:16 -0500 Subject: [PATCH 1/3] Remove reference to an older script --- scripts/create-release.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/create-release.sh b/scripts/create-release.sh index 3fb94c05f..c6a6cf6e4 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -63,8 +63,6 @@ Please ensure you have: "

phpMyAdmin $version Documentation

" - in translators.html - in README - 2. checked that all language files are valid (use - the "./scripts/check_lang.php" script to do it). Continue (y/n)? END From e66884f57635b6193f828b18289edbf80cd3f2ad Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 11 Dec 2010 06:33:56 -0500 Subject: [PATCH 2/3] 3.4.0-beta1 --- 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 5669be558..2d53af64d 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-alpha3-dev - Documentation + phpMyAdmin 3.4.0-beta1 - Documentation @@ -17,7 +17,7 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78 diff --git a/README b/README index 95f1741b4..dddc67b67 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-alpha3-dev ------------------------- +Version 3.4.0-beta1 +------------------- http://www.phpmyadmin.net/ diff --git a/libraries/Config.class.php b/libraries/Config.class.php index a024a4d11..b2bff786b 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-alpha3-dev'); + $this->set('PMA_VERSION', '3.4.0-beta1'); /** * @deprecated */ diff --git a/translators.html b/translators.html index 47f23c738..af0188e05 100644 --- a/translators.html +++ b/translators.html @@ -10,7 +10,7 @@ - phpMyAdmin 3.4.0-alpha3-dev - Official translators + phpMyAdmin 3.4.0-beta1 - Official translators @@ -18,7 +18,7 @@ From af6ef146733f257210fd5088054f381f075c18d5 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 11 Dec 2010 06:36:08 -0500 Subject: [PATCH 3/3] Improve message --- scripts/create-release.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/create-release.sh b/scripts/create-release.sh index c6a6cf6e4..f0056d79b 100755 --- a/scripts/create-release.sh +++ b/scripts/create-release.sh @@ -54,8 +54,7 @@ shift cat <set( 'PMA_VERSION', '$version' ); " - in Documentation.html the 2 lines