diff options
author | plegall <plg@piwigo.org> | 2016-08-29 13:55:03 +0200 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-08-29 13:55:03 +0200 |
commit | 10da5801ef728056a63388da74860ed9ef624730 (patch) | |
tree | 3f7ee87a40ce96cfd0e7155e49c1d1b3f72c3937 | |
parent | 374f341d0bbc7601dac82b60e637aeadf2218938 (diff) |
next version is 2.8.3
-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 22bb96787..153c20d34 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.8.2'); +define('PHPWG_VERSION', '2.8.3'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |