Update version number.

This commit is contained in:
Markus Birth 2022-02-20 01:12:36 +01:00
parent 694309bec9
commit 626af897bc
Signed by: mbirth
GPG Key ID: A9928D7A098C3A9A

View File

@ -51,7 +51,7 @@ if (defined('USE_MEMSNAP')) {
}
// The version string
$serendipity['version'] = '2.4-beta1';
$serendipity['version'] = '3.0-beta';
// 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'.
@ -503,4 +503,4 @@ if (!isset($serendipity['imagemagick_thumb_parameters'])) {
serendipity_plugin_api::hook_event('frontend_configure', $serendipity);
/* vim: set sts=4 ts=4 expandtab : */
/* vim: set sts=4 ts=4 expandtab : */