diff options
author | plegall <plg@piwigo.org> | 2011-10-04 13:46:45 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-10-04 13:46:45 +0000 |
commit | 7ad0971cf7e48186a31983961e192159b77b2789 (patch) | |
tree | c5d6612166fffd5c67be7a240f0f3e9a79f015b3 | |
parent | f94576c547dc7681b4e88b20c5be1060b0fe81cd (diff) |
next release on trunk is 2.4.0beta1
git-svn-id: http://piwigo.org/svn/trunk@12346 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | include/constants.php | 2 | ||||
-rw-r--r-- | tools/create_listing_file.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/constants.php b/include/constants.php index 06be582e6..6a7e4a7a4 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.3.0'); +define('PHPWG_VERSION', '2.4.0beta1'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'Sylvia'); diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php index 57a999433..febaaee95 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -27,7 +27,7 @@ // ****** Gallery configuration ****** // // Script version -$conf['version'] = '2.3.0'; +$conf['version'] = '2.4.0beta1'; // URL of main gallery // Example : http://www.my.domain/my/directory |