From f96dd8aa5db7007e4773d9ff2888b703d4b03ddb Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Wed, 23 Nov 2005 11:58:30 +0000 Subject: [PATCH] version bump --- docs/NEWS | 3 +++ serendipity_config.inc.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/NEWS b/docs/NEWS index ee0b51f..ec41c51 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,5 +1,8 @@ # $Id$ +Version 0.9.2 () +------------------------------------------------------------------------ + Version 0.9.1 (November 23rd, 2005) ------------------------------------------------------------------------ diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index e912455..631d042 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.1'; +$serendipity['version'] = '0.9.2'; // Name of folder for the default theme $serendipity['defaultTemplate'] = 'default'; -- 2.39.5