From: Patrick Canterino Date: Sat, 10 Aug 2024 16:06:31 +0000 (+0200) Subject: Changed JIRAFEAU_VERSION so that we can identify that this is a development vesion X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/fd6783e626738e7b05728f67461475dcf227c37b Changed JIRAFEAU_VERSION so that we can identify that this is a development vesion --- 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');