diff options
author | plegall <plg@piwigo.org> | 2011-04-17 09:03:36 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-04-17 09:03:36 +0000 |
commit | 89035802cb4051c6d2e72093fc125ea1e3c6fa7b (patch) | |
tree | d84333880976b16ba581f8001e0ac00925b1038c /include/constants.php | |
parent | ce22f18b57518a077ab33ef07e3f4d5faffcf8ad (diff) |
New version 2.2.1 hard coded.2.2.1
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.2.1@10440 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/constants.php')
-rw-r--r-- | include/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants.php b/include/constants.php index 4f51b920b..111aa8b90 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.2'); +define('PHPWG_VERSION', '2.2.1'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'Sylvia'); |