diff options
author | plegall <plg@piwigo.org> | 2012-07-27 07:58:13 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-07-27 07:58:13 +0000 |
commit | 09b2c60807aee5a54b30c39fb11de0a0417019c9 (patch) | |
tree | 66db7a99e4b14f65d37e6545256d9ff8fecad029 | |
parent | 735568edd8a643e9d80e6a851a353a2c90e08228 (diff) | |
parent | 7cb1c24ce880c1d7f47ccca0f86ae47fb9cfecc1 (diff) |
Create release 2.4.3 from branch 2.4 r171702.4.3
git-svn-id: http://piwigo.org/svn/tags/2.4.3@17171 68402e56-0260-453c-a942-63ccdbb3a9ee
-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 049579065..5cc8c4849 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.4.2'); +define('PHPWG_VERSION', '2.4.3'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |