From ec1c54e27c5142a5448f3604b6f1cce267c3bd5a Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Fri, 28 Oct 2005 07:20:54 +0000 Subject: [PATCH] prepare release --- docs/NEWS | 2 +- serendipity_config.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'; -- 2.39.5