diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 0ce9b1196..c8cad5fa2 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -108,8 +108,8 @@ then
Please ensure you have:
1. incremented rc count or version in CVS :
- - in libraries/defines.lib.php the line
- " define('PMA_VERSION', '$1'); "
+ - in libraries/Config.class.php PMA_Config::__constructor() the line
+ " $this->set( 'PMA_VERSION', '2.7.1-dev' ); "
- in Documentation.html the 2 lines
"
phpMyAdmin $1 - Documentation "
" phpMyAdmin $1 Documentation
"
@@ -249,8 +249,8 @@ Todo now:
phpmyadmin-news@lists.sourceforge.net
phpmyadmin-users@lists.sourceforge.net
8. increment rc count or version in CVS :
- - in libraries/defines.lib.php the line
- " define('PHPMYADMIN_VERSION', '2.2.2-rc1'); "
+ - in libraries/Config.class.php PMA_Config::__constructor() the line
+ " $this->set( 'PMA_VERSION', '2.7.1-dev' ); "
- in Documentation.html the 2 lines
" phpMyAdmin 2.2.2-rc1 - Documentation "
" phpMyAdmin 2.2.2-rc1 Documentation
"