diff options
author | plegall <plg@piwigo.org> | 2016-03-10 20:41:30 +0100 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-03-10 20:41:30 +0100 |
commit | 9f15161b62a607967127f1dab96b4f18cd66adb7 (patch) | |
tree | b31f71e4119aafc7c3241419eda061d94ea3354e | |
parent | eb1fb6312850f210e85ca1c0e866dd8ddadf9e21 (diff) |
next version is 2.8.1
-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 347389dc8..e92e4e48e 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.8.0'); +define('PHPWG_VERSION', '2.8.1'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |