diff options
author | plegall <plg@piwigo.org> | 2013-10-26 19:56:45 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-10-26 19:56:45 +0000 |
commit | 4f7546267badd08677faba3a5c1cd639e08a4729 (patch) | |
tree | 1c479e2466dbcfdcd00350a9f51099de3b3c19be | |
parent | cca4017d53c56ab7527c370b9bfbbbd6693776fe (diff) |
next version is 2.5.3
git-svn-id: http://piwigo.org/svn/branches/2.5@25175 68402e56-0260-453c-a942-63ccdbb3a9ee
-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 4c7d696f6..8a4dd5bb8 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.5.2'); +define('PHPWG_VERSION', '2.5.3'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |