Prepare release: 2.3-rc1.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2019-08-03 19:41:11 +02:00
parent b90448a71d
commit f418bcbd75
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Version 2.3-beta2
Version 2.3-rc1 (03.08.2019)
------------------------------------------------------------------------
* spamblock: Minor code change for PHP 7.4 compatibility (thanks

View File

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