diff options
author | plegall <plg@piwigo.org> | 2016-02-01 10:52:07 +0100 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-02-01 10:52:07 +0100 |
commit | c4b7977a4272e7e7dedc2adc7d2b2e18867ef27a (patch) | |
tree | bdce59b9e3e7898550f6390b740a417526902de7 | |
parent | 2fcf276811723d300b4d4c08675994339a6688fa (diff) |
next version is 2.8.0RC22.8.0RC2
-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 8363f0d69..ab7c067c3 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.8.0RC1'); +define('PHPWG_VERSION', '2.8.0RC2'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |