]> git.agnieray.net Git - galette.git/commitdiff
Bump compat version
authorJohan Cwiklinski <johan@x-tnd.be>
Mon, 22 Nov 2021 20:53:02 +0000 (21:53 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Mon, 22 Nov 2021 20:53:02 +0000 (21:53 +0100)
galette/includes/galette.inc.php

index bdb7a7da6fb44d2a6b2faf384a2441c39e4b270c..7b2c6ac226c5711ca055e6a2cfd0ec475aa48939 100644 (file)
@@ -104,7 +104,7 @@ if (!defined('GALETTE_HIDE_VERSION')) {
     define('GALETTE_DISPLAY_VERSION', \Galette\Core\Galette::gitVersion(false));
 }
 
-define('GALETTE_COMPAT_VERSION', '0.9.5');
+define('GALETTE_COMPAT_VERSION', '0.9.6');
 define('GALETTE_DB_VERSION', '0.960');
 if (!defined('GALETTE_MODE')) {
     define('GALETTE_MODE', \Galette\Core\Galette::MODE_PROD);