Release preparations.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2020-03-25 16:56:40 +01:00
parent a2d7383c79
commit 2b0f489e39
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Version 2.3.4-beta1 ()
Version 2.3.4-beta1 (March 25th, 2020)
------------------------------------------------------------------------
* Security: Fix RCE on Windows.

View File

@ -47,7 +47,7 @@ if (defined('USE_MEMSNAP')) {
}
// The version string
$serendipity['version'] = '2.3.4-beta1';
$serendipity['version'] = '2.3.4';
// 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'.