aboutsummaryrefslogtreecommitdiffstats
path: root/include/constants.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-02-25 14:51:49 +0000
committerplegall <plg@piwigo.org>2011-02-25 14:51:49 +0000
commitd7b30031c32ec1c079a4926dd6fdc79cdf46bb01 (patch)
treee60641757c6c516dd60abca8f2c91e4f3048b112 /include/constants.php
parent150be85ee9359b9b275d0806ca96781d01573044 (diff)
release number 2.2.0RC3 hard coded + turn off show_gt and check_uprgade_feed2.2.0RC3
git-svn-id: http://piwigo.org/svn/tags/2.2.0RC3@9379 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/constants.php')
-rw-r--r--include/constants.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants.php b/include/constants.php
index e84a73000..948db7b93 100644
--- a/include/constants.php
+++ b/include/constants.php
@@ -22,7 +22,7 @@
// +-----------------------------------------------------------------------+
// Default settings
-define('PHPWG_VERSION', 'Colibri');
+define('PHPWG_VERSION', '2.2.0RC3');
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');
-?> \ No newline at end of file
+?>