aboutsummaryrefslogtreecommitdiffstats
path: root/include/constants.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-01-20 20:48:42 +0000
committerplegall <plg@piwigo.org>2011-01-20 20:48:42 +0000
commit8659a16b3ef48f1105be70e5d5116a8c47d05c77 (patch)
treeafe8268090bdd6bf8d8f1b444a5c72f1fafa8736 /include/constants.php
parent0d27a2dd74015a4f4bfc9f57ce355d674fac5c0d (diff)
release number 2.2.0RC1 hard coded + turn off show_gt and check_uprgade_feed2.2.0RC1
git-svn-id: http://piwigo.org/svn/tags/2.2.0RC1@8816 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..87adf7e0a 100644
--- a/include/constants.php
+++ b/include/constants.php
@@ -22,7 +22,7 @@
// +-----------------------------------------------------------------------+
// Default settings
-define('PHPWG_VERSION', 'Colibri');
+define('PHPWG_VERSION', '2.2.0RC1');
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
+?>