]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/settings.php
Changed JIRAFEAU_VERSION so that we can identify that this is a development vesion
[jirafeau_project.git] / 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