From 5660f461e0f532c033c83c3366ec6e4bc33385a3 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Tue, 15 Apr 2014 00:13:03 +0200 Subject: [PATCH] backdate --- 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 a84be342..36dbffdd 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -45,7 +45,7 @@ if (defined('USE_MEMSNAP')) { } // The version string -$serendipity['version'] = '2.0-beta2'; +$serendipity['version'] = '2.0-beta1'; // 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'. if (!isset($serendipity['production'])) {