diff --git a/docs/NEWS b/docs/NEWS index 47619b1de..7380c0146 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 14c80235e..e9b9d6a6c 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -47,7 +47,7 @@ } // 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'.