diff options
author | plegall <plg@piwigo.org> | 2013-03-15 09:58:46 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-03-15 09:58:46 +0000 |
commit | 6f84467897d2b1aa98e95eb24977be27765b46dc (patch) | |
tree | 76e37c4c1d06121cf4b9237d0172e76e9e20fa18 /include | |
parent | 07d09df97f153d55b636c727d75fdbb170566480 (diff) |
next version is 2.5.1
git-svn-id: http://piwigo.org/svn/branches/2.5@21565 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 a255d3927..9d22ca467 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.5.0'); +define('PHPWG_VERSION', '2.5.1'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |