From 3e5dcaec941dd0b47571a45b7f10de530279fe10 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 31 Aug 2011 21:23:02 +0000 Subject: change version number to 2.2.6 git-svn-id: http://piwigo.org/svn/branches/2.2@12027 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/constants.php | 2 +- tools/create_listing_file.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/constants.php b/include/constants.php index 00b6ca593..62f05e35f 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.2.5'); +define('PHPWG_VERSION', '2.2.6'); 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 bfcdf76ef..793beb698 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -27,7 +27,7 @@ // ****** Gallery configuration ****** // // Script version -$conf['version'] = '2.2.5'; +$conf['version'] = '2.2.6'; // URL of main gallery // Example : http://www.my.domain/my/directory -- cgit v1.2.3