diff options
author | plegall <plg@piwigo.org> | 2016-03-08 15:32:30 +0100 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-03-08 15:32:30 +0100 |
commit | 507c932db914d7b50f05ca10e626b0da3fff0a68 (patch) | |
tree | b750e7174b9b3e0260b095cffc6c7fb913b7904e /include/constants.php | |
parent | d72e8256a12dad482eff85ce572943cc378bdd0c (diff) |
next version is 2.8.02.8.0
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 ab7c067c3..347389dc8 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.8.0RC2'); +define('PHPWG_VERSION', '2.8.0'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |