diff options
author | plegall <plg@piwigo.org> | 2014-11-21 12:29:49 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-11-21 12:29:49 +0000 |
commit | 4fb06e52fce4281dd0358cd1ec4d7986300c8d73 (patch) | |
tree | 5bae0e9ed0d5bec8d6fe0002594a5dab4ca8cbe6 | |
parent | 9a53efa36a8a90b31716e39beb990c9628cfb57b (diff) |
next release is 2.7.2
git-svn-id: http://piwigo.org/svn/branches/2.7@30569 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 239d73131..99f14a78e 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.7.1'); +define('PHPWG_VERSION', '2.7.2'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |