diff options
author | plegall <plg@piwigo.org> | 2014-03-25 13:11:36 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-03-25 13:11:36 +0000 |
commit | 60e31603e3f6832c02a270c013e35243c6b02107 (patch) | |
tree | 5002586e2397f36594f5fa732f350a2d03766069 /include | |
parent | b4e1dd3c733b70738e25712b6d3f5b7065edf1e9 (diff) |
next version is 2.5.4
git-svn-id: http://piwigo.org/svn/branches/2.5@27935 68402e56-0260-453c-a942-63ccdbb3a9ee
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 8a4dd5bb8..192a779b8 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.5.3'); +define('PHPWG_VERSION', '2.5.4'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |