From: garvinhicking Date: Fri, 21 Oct 2005 16:14:34 +0000 (+0000) Subject: beta4 (hopefully not!) X-Git-Tag: 0.9~42 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e21fe1685c5fa9867233c05461cf1fc5cad6feb4;p=s9y.git beta4 (hopefully not!) --- 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';