]> git.agnieray.net Git - galette.git/commitdiff
Bump version 0.9.4.1
authorJohan Cwiklinski <johan@x-tnd.be>
Mon, 12 Oct 2020 05:16:41 +0000 (07:16 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Sun, 18 Oct 2020 13:38:12 +0000 (15:38 +0200)
galette/docs/conf.py
galette/includes/galette.inc.php

index 42b6a578b38cff82e68f59600a0d707da6d0feb1..adc9cf6859ba5b9e4195e1caf1eba2c0c046a59e 100644 (file)
@@ -27,7 +27,7 @@ subprocess.call('doxygen', shell=True)
 master_doc = 'index'
 
 # The full version, including alpha/beta/rc tags
-release = '0.9.4'
+release = '0.9.4.1'
 
 
 # -- General configuration ---------------------------------------------------
index 35a788f17859910220c6cf2bab5b1543e18a87c3..2487f790ddc2fcb4777e86f203c3af7301667d39 100644 (file)
@@ -108,7 +108,7 @@ if (
 }
 
 define('GALETTE_NIGHTLY', false);
-define('GALETTE_VERSION', 'v0.9.4');
+define('GALETTE_VERSION', 'v0.9.4.1');
 
 //Version to display
 if (!defined('GALETTE_HIDE_VERSION')) {