diff options
author | plegall <plg@piwigo.org> | 2011-09-08 09:30:16 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-09-08 09:30:16 +0000 |
commit | 6a4096f8b941d84606adeaa442824d38a547fba5 (patch) | |
tree | b38414e912db50c5806842c656dafe85b541ea24 | |
parent | 6a572d73ec9f63dd522a0f47ed76e0602eea8661 (diff) |
change version number to 2.3.0RC2
git-svn-id: http://piwigo.org/svn/trunk@12101 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | include/constants.php | 2 | ||||
-rw-r--r-- | tools/create_listing_file.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/constants.php b/include/constants.php index 11448c618..73f523735 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.3.0RC1'); +define('PHPWG_VERSION', '2.3.0RC2'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'Sylvia'); diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php index c3f29c80e..eff2964f0 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -27,7 +27,7 @@ // ****** Gallery configuration ****** // // Script version -$conf['version'] = '2.3.0RC1'; +$conf['version'] = '2.3.0RC2'; // URL of main gallery // Example : http://www.my.domain/my/directory |