diff --git a/docs/NEWS b/docs/NEWS index 4383d1e2..13286156 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,3 +1,7 @@ +Version 2.3.3-beta1 () +------------------------------------------------------------------------ + + Version 2.3.2 (October 16th, 2019) ------------------------------------------------------------------------ diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 24c5f5d9..89e492f5 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.2'; +$serendipity['version'] = '2.3.3-beta1'; // 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'.