From cd86d83c4781a5c3024f794390fc1127dbffc501 Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Wed, 30 Dec 2020 11:11:41 +0100 Subject: [PATCH 1/1] Jirafeau version 4.3.0 Signed-off-by: Jerome Jutteau --- lib/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings.php b/lib/settings.php index 063b38c..ecdcf5d 100644 --- a/lib/settings.php +++ b/lib/settings.php @@ -41,7 +41,7 @@ if ($cfg['debug'] === true) { /* Jirafeau package */ define('JIRAFEAU_PACKAGE', 'Jirafeau'); -define('JIRAFEAU_VERSION', '4.2.0'); +define('JIRAFEAU_VERSION', '4.3.0'); /* Directories. */ define('VAR_FILES', $cfg['var_root'] . 'files/'); -- 2.34.1