From 49b1b2dfcd987dff5402c465d349649e4b3ad8cd Mon Sep 17 00:00:00 2001 From: Ian Date: Sun, 3 Mar 2024 17:02:45 +0100 Subject: [PATCH] config: Release a quick 4.4.1 bugfix release --- serendipity_config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index a25caf9d0..7769ed329 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -52,7 +52,7 @@ } // The version string -$serendipity['version'] = '4.4.0'; +$serendipity['version'] = '4.4.1'; $serendipity['edition'] = 'Styx'; // Setting this to 'false' will enable debugging output.