]> git.p6c8.net - jirafeau.git/commitdiff
Changed JIRAFEAU_VERSION so that we can identify that this is a development vesion
authorPatrick Canterino <patrick@patrick-canterino.de>
Sat, 10 Aug 2024 16:06:31 +0000 (18:06 +0200)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sat, 10 Aug 2024 16:06:31 +0000 (18:06 +0200)
lib/settings.php

index 2cf7d0f4332e4e9bcc3740a4a95222df1ab04f57..494dfd28f896314022e3a6cfb826835ae8840ea7 100644 (file)
@@ -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');
 

patrick-canterino.de