diff options
author | plegall <plg@piwigo.org> | 2012-07-25 10:35:13 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-07-25 10:35:13 +0000 |
commit | ef5777dd7161c8fbdc281a8c0ceb45806ae03e58 (patch) | |
tree | 9d24d4bae14962ae87f9c703a3d0e33e46ae981a | |
parent | be73b982e56935289aab133cc839adaef6c1c0c8 (diff) |
next version is 2.4.2
git-svn-id: http://piwigo.org/svn/branches/2.4@17005 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 65b7af926..049579065 100644 --- a/include/constants.php +++ b/include/constants.php @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ // Default settings -define('PHPWG_VERSION', '2.4.1'); +define('PHPWG_VERSION', '2.4.2'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'elegant'); |