diff --git a/README b/README
index d80c67b38..cdc0a1b89 100644
--- a/README
+++ b/README
@@ -5,8 +5,8 @@ phpMyAdmin - Readme
A set of PHP-scripts to manage MySQL over the web.
- Version 3.0.0-dev
- ------------------
+ Version 3.0.0-alpha
+ -------------------
http://www.phpmyadmin.net/
Copyright (C) 1998-2000 Tobias Ratschiller
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index a1573b41d..679a42288 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -85,7 +85,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '3.0.0-dev');
+ $this->set('PMA_VERSION', '3.0.0-alpha');
/**
* @deprecated
*/
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 47c993043..7be33ca6e 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -106,10 +106,7 @@ Please ensure you have:
"
phpMyAdmin $1 Documentation
"
- in translators.html
- in README
- 2. synchronized the language files:
- cd lang
- ./sync_lang.sh
- and checked all language files are valid (use
+ 2. checked that all language files are valid (use
the "./scripts/check_lang.php" script to do it).
Continue (y/n)?
diff --git a/translators.html b/translators.html
index 25c54fd75..87a2bcc29 100644
--- a/translators.html
+++ b/translators.html
@@ -8,7 +8,7 @@
- phpMyAdmin 3.0.0-dev - Official translators
+ phpMyAdmin 3.0.0-alpha - Official translators
@@ -31,7 +31,7 @@