New version 2.1.4 hard coded.

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.4@7509 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2010-10-30 21:15:19 +00:00
parent eab9b3ea4c
commit 39bf858bfa
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -22,7 +22,7 @@
// +-----------------------------------------------------------------------+
// Default settings
define('PHPWG_VERSION', '2.1');
define('PHPWG_VERSION', '2.1.4');
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');
?>
?>