change version to 2.2 on branches/2.2
git-svn-id: http://piwigo.org/svn/branches/2.2@9999 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
2c07319a43
commit
0caa0f33d3
2 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
|||
// +-----------------------------------------------------------------------+
|
||||
|
||||
// Default settings
|
||||
define('PHPWG_VERSION', 'Colibri');
|
||||
define('PHPWG_VERSION', '2.2');
|
||||
define('PHPWG_DEFAULT_LANGUAGE', 'en_UK');
|
||||
define('PHPWG_DEFAULT_TEMPLATE', 'Sylvia');
|
||||
|
||||
|
@ -105,4 +105,4 @@ if (!defined('THEMES_TABLE'))
|
|||
if (!defined('LANGUAGES_TABLE'))
|
||||
define('LANGUAGES_TABLE', $prefixeTable.'languages');
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
// ****** Gallery configuration ****** //
|
||||
// Script version
|
||||
$conf['version'] = 'Colibri';
|
||||
$conf['version'] = '2.2';
|
||||
|
||||
// URL of main gallery
|
||||
// Example : http://www.my.domain/my/directory
|
||||
|
|
Loading…
Reference in a new issue