From fd6783e626738e7b05728f67461475dcf227c37b Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Sat, 10 Aug 2024 18:06:31 +0200 Subject: [PATCH] Changed JIRAFEAU_VERSION so that we can identify that this is a development vesion --- lib/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings.php b/lib/settings.php index 2cf7d0f..494dfd2 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.6.0'); +define('JIRAFEAU_VERSION', '4.6.x-dev'); define('JIRAFEAU_WEBSITE', 'https://gitlab.com/jirafeau/Jirafeau'); -- 2.34.1