diff options
author | plegall <plg@piwigo.org> | 2014-07-01 10:50:18 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-07-01 10:50:18 +0000 |
commit | 5708fd68e19d4824e633a6bf771ee1a2917e5899 (patch) | |
tree | 6fa0e5bbcec943b8acc21402188b44e357dcb003 | |
parent | 6cb53bb91bb2f5fef56b52d2e3013dd8ea4db952 (diff) |
next release is 2.7.0beta2
git-svn-id: http://piwigo.org/svn/trunk@28899 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 ece5bb666..ee5c03567 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.7.0beta1'); +define('PHPWG_VERSION', '2.7.0beta2'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |