aboutsummaryrefslogtreecommitdiffstats
path: root/include/constants.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-05-17 21:49:31 +0000
committerplegall <plg@piwigo.org>2010-05-17 21:49:31 +0000
commit59279ec7e60bcd25cc7cc0615a7b179e93772a37 (patch)
treefc3309966bc65a0e8f8007261d27aa7322c11cd7 /include/constants.php
parent8e8ccca1ab3339c02108c64a733302529862c8ef (diff)
New version 2.1.0 hard coded.2.1.0
Stable release required modifications: don't show version and generation time in footer, don't check the upgrade feed, don't die on sql errors. git-svn-id: http://piwigo.org/svn/tags/2.1.0@6219 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 db55673b4..e76beeda7 100644
--- a/include/constants.php
+++ b/include/constants.php
@@ -22,7 +22,7 @@
// +-----------------------------------------------------------------------+
// Default settings
-define('PHPWG_VERSION', 'Colibri');
+define('PHPWG_VERSION', '2.1.0');
define('PHPWG_DEFAULT_LANGUAGE', 'en_UK');
define('PHPWG_DEFAULT_TEMPLATE', 'Sylvia');
@@ -106,4 +106,4 @@ if (!defined('THEMES_TABLE'))
if (!defined('LANGUAGES_TABLE'))
define('LANGUAGES_TABLE', $prefixeTable.'languages');
-?> \ No newline at end of file
+?>