X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/d9ec51d885b286e2eebe786ad9bab441a9e38120..33ee7ef3ce69a93f3078ce0f1ee8e72a40464d78:/lib/settings.php?ds=sidebyside diff --git a/lib/settings.php b/lib/settings.php index b1cd83d..20a035b 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -33,7 +33,7 @@ if (file_exists(JIRAFEAU_ROOT . 'lib/config.local.php')) { /* Jirafeau package */ define('JIRAFEAU_PACKAGE', 'Jirafeau'); -define('JIRAFEAU_VERSION', '3.3.0'); +define('JIRAFEAU_VERSION', '3.4.0'); /* Directories. */ define('VAR_FILES', $cfg['var_root'] . 'files/');