Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-08-25 08:41:46 +0300
committerMichal Čihař <michal@cihar.com>2017-08-25 08:41:46 +0300
commiteddbfcd77c628f67aac5009c06702da26ab959f0 (patch)
tree049f194302b942f40f0467a4a5341e6e22132394 /scripts
parentf7404bce021f2df2eaa5735c136669a4a94a330b (diff)
Make the class name version independent
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-release.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 1aa58f585e..35d85d4eb5 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -131,7 +131,7 @@ if [ $do_ci -eq 0 -a -$do_daily -eq 0 ] ; then
cat <<END
Please ensure you have incremented rc count or version in the repository :
- - in $CONFIG_LIB PMA\libraries\Config::__constructor() the line
+ - in $CONFIG_LIB Config::__constructor() the line
" \$this->set( 'PMA_VERSION', '$version' ); "
- in doc/conf.py the line
" version = '$version' "
@@ -442,7 +442,7 @@ Todo now:
based on documentation.
6. increment rc count or version in the repository :
- - in $CONFIG_LIB PMA\libraries\Config::__constructor() the line
+ - in $CONFIG_LIB Config::__constructor() the line
" \$this->set( 'PMA_VERSION', '2.7.1-dev' ); "
- in Documentation.html (if it exists) the 2 lines
" <title>phpMyAdmin 2.2.2-rc1 - Documentation</title> "