From e21fe1685c5fa9867233c05461cf1fc5cad6feb4 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Fri, 21 Oct 2005 16:14:34 +0000 Subject: [PATCH] beta4 (hopefully not!) --- docs/NEWS | 8 ++++++-- serendipity_config.inc.php | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/NEWS b/docs/NEWS index 67a6346..43c536a 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,6 +1,10 @@ # $Id$ -Version 0.9-beta3 () +Version 0.9-beta4 () +------------------------------------------------------------------------ + + +Version 0.9-beta3 (October 21st, 2005) ------------------------------------------------------------------------ * Syndication plugin: Do not show E-Mail adress in RSS feed by default @@ -24,7 +28,7 @@ Version 0.9-beta3 () * Fix problem with b2evo importer when db was not in the same db as serendipity. Thanks to Judebert from the forums! (garvinhicking) -Version 0.9-beta2 () +Version 0.9-beta2 (October 13th, 2005) ------------------------------------------------------------------------ * Fix "easy installation" leading to an error with language charsets. diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 6603ab9..bbebfd1 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -21,7 +21,7 @@ if (IS_installed === true && !defined('IN_serendipity')) { include_once(S9Y_INCLUDE_PATH . 'include/compat.inc.php'); // The version string -$serendipity['version'] = '0.9-beta3'; +$serendipity['version'] = '0.9-beta4'; // Name of folder for the default theme $serendipity['defaultTemplate'] = 'default'; -- 2.39.5