diff options
author | plegall <plg@piwigo.org> | 2014-01-31 14:42:31 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-01-31 14:42:31 +0000 |
commit | 41f66ccac66bfd99b5496ed0cbfbedd54579b890 (patch) | |
tree | b96d76d9560007bb3aea62861ca79a6482e68966 /include | |
parent | 25c791eb7004a65af058595b7dd1b66ad87be43b (diff) |
next version is 2.7.0beta1
git-svn-id: http://piwigo.org/svn/trunk@27094 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 8e5b92b11..c1f519c80 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.6.0'); +define('PHPWG_VERSION', '2.7.0beta1'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |