diff options
Diffstat (limited to '')
-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 34a4d47d6..9544b065e 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.4.0RC1'); +define('PHPWG_VERSION', '2.4.0RC2'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php index 12e66c46f..62ce048ef 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -27,7 +27,7 @@ // ****** Gallery configuration ****** // // Script version -$conf['version'] = '2.4.0RC1'; +$conf['version'] = '2.4.0RC2'; // URL of main gallery // Example : http://www.my.domain/my/directory |