diff options
author | plegall <plg@piwigo.org> | 2013-06-24 21:47:28 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-06-24 21:47:28 +0000 |
commit | fafa847b062e38c60c5dce0a077068c2dc299edc (patch) | |
tree | d9d47f8befd959451f0aee8cf63233de7eded15c /include | |
parent | a3f90b7ee2d63616c81aae001b4fa51806347367 (diff) | |
parent | 386fa7edf8ec6064b19fa6e4e2efcc73b5a951b9 (diff) |
Create release 2.5.2 from branch 2.5 r235242.5.2
git-svn-id: http://piwigo.org/svn/tags/2.5.2@23525 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-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 9d22ca467..4c7d696f6 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.5.1'); +define('PHPWG_VERSION', '2.5.2'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |