diff options
author | plegall <plg@piwigo.org> | 2012-11-19 22:57:11 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-11-19 22:57:11 +0000 |
commit | 1c29bfd22e2b3fb8b1995cfde61e6c27ccb9571a (patch) | |
tree | 7c7a643c1205475ebe354cf7597e592125cb1996 /include | |
parent | ae13fca74ea36b79158891cd5b4a1b1bb74fefae (diff) |
next version is 2.5.0beta3
git-svn-id: http://piwigo.org/svn/trunk@19070 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 b740c8304..de24f1944 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.5.0beta2'); +define('PHPWG_VERSION', '2.5.0beta3'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |