From 25931b33c759f6ae39147324feb81fc5916be029 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sun, 22 Mar 2020 09:45:21 +0100 Subject: [PATCH] Release preparations. Signed-off-by: Thomas Hochstein --- docs/NEWS | 7 ++++++- serendipity_config.inc.php | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/NEWS b/docs/NEWS index 47619b1d..7380c014 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,4 +1,9 @@ -Version 2.3.3-beta1 () +Version 2.3.4-beta1 () +------------------------------------------------------------------------ + + + +Version 2.3.3 (March 22nd, 2020) ------------------------------------------------------------------------ * #651: When using checkboxes to insert multiple media files, if only diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 14c80235..e9b9d6a6 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -47,7 +47,7 @@ if (defined('USE_MEMSNAP')) { } // The version string -$serendipity['version'] = '2.3.3-beta1'; +$serendipity['version'] = '2.3.3'; // Setting this to 'false' will enable debugging output. All alpha/beta/cvs snapshot versions will emit debug information by default. To increase the debug level (to enable Smarty debugging), set this flag to 'debug'.