From: garvinhicking Date: Fri, 28 Oct 2005 07:20:54 +0000 (+0000) Subject: prepare release X-Git-Tag: 0.9~3 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ec1c54e27c5142a5448f3604b6f1cce267c3bd5a;p=s9y.git prepare release --- diff --git a/docs/NEWS b/docs/NEWS index dbcf17c..caf5534 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,6 +1,6 @@ # $Id$ -Version 0.9-beta4 () +Version 0.9 (October 28th, 2005) ------------------------------------------------------------------------ * Spamblock plugin can now check domains against the blogg.de diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index bbebfd1..0c3357a 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-beta4'; +$serendipity['version'] = '0.9'; // Name of folder for the default theme $serendipity['defaultTemplate'] = 'default';