diff options
author | plegall <plg@piwigo.org> | 2014-10-11 19:01:43 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-10-11 19:01:43 +0000 |
commit | ccc730d54d3d7835c072c669f556821cf9822764 (patch) | |
tree | 384c316b5f6556fd8b37c169b42c132a2b8b9951 | |
parent | e364ea885605a88ee3770f2cfdf96187ad1e2843 (diff) |
next version is 2.7.1
git-svn-id: http://piwigo.org/svn/branches/2.7@30005 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 1a7201416..239d73131 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.7.0'); +define('PHPWG_VERSION', '2.7.1'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |