From 626af897bcea4ba90e32b8163d8e8570aa0bfa44 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sun, 20 Feb 2022 01:12:36 +0100 Subject: [PATCH] Update version number. --- serendipity_config.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index c958c0a8..488db7db 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -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 : */ \ No newline at end of file +/* vim: set sts=4 ts=4 expandtab : */