diff options
author | plegall <plg@piwigo.org> | 2016-01-14 10:42:55 +0100 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-01-14 10:42:55 +0100 |
commit | 9b10ebad3aef8d9a602d4395e7f355300d089997 (patch) | |
tree | d08c03d83be1cd8d5eb849643bbdc611b1f16a39 /include/constants.php | |
parent | 39fc4a604e723ee3f6d2a16e025d7bad62c168b1 (diff) |
next version is 2.8.0RC1
Diffstat (limited to '')
-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 f9a032d0f..e34ff5594 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.8.0beta1'); +define('PHPWG_VERSION', '2.8.0RC1'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |