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 /include/constants.php | |
parent | 6a572d73ec9f63dd522a0f47ed76e0602eea8661 (diff) |
change version number to 2.3.0RC2
git-svn-id: http://piwigo.org/svn/trunk@12101 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/constants.php')
-rw-r--r-- | include/constants.php | 2 |
1 files changed, 1 insertions, 1 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'); |