From 55ec5e4ab43e31b7b3438abe1d8cd58a6f4f8c47 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Mon, 30 Jan 2017 14:58:52 +0100 Subject: [PATCH] document, bump --- serendipity_config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 8fd50be7..0d872268 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.1-rc1'; +$serendipity['version'] = '2.1-rc2'; // 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'.