diff options
author | plegall <plg@piwigo.org> | 2010-09-14 20:05:24 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-09-14 20:05:24 +0000 |
commit | 757cf1971ea353861f4049e36b670a37c5857704 (patch) | |
tree | 437605fac6c24c2d665be1cf431ac267425ab92b /include/constants.php | |
parent | a4a82a1cebad06b73b146ca6140411d2fb79af36 (diff) |
New version 2.1.3 hard coded.2.1.3
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.3@6925 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/constants.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants.php b/include/constants.php index 31801be69..77db4ace6 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.1'); +define('PHPWG_VERSION', '2.1.3'); 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 +?> |