diff options
author | plegall <plg@piwigo.org> | 2014-08-24 18:23:43 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-08-24 18:23:43 +0000 |
commit | f044c3e0d533f7eb469977016c9fa9db983f4a05 (patch) | |
tree | fc77cb3ebfb81ba01ce4d377358af2f3d2545c03 /include/constants.php | |
parent | 43c9a3d4e22787af7e254a447bafa9610b1a44f3 (diff) |
next release is 2.7.0RC1
git-svn-id: http://piwigo.org/svn/trunk@29260 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/constants.php')
-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 5ab2bfe7e..746ad9453 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.7.0beta3'); +define('PHPWG_VERSION', '2.7.0RC1'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |