From 3f932ada0fd6bf81a55e96bbc0ee3a595a8ceb11 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Fri, 5 Aug 2005 07:22:05 +0000 Subject: [PATCH] There might be a 0.8.4 release. --- docs/NEWS | 3 +++ serendipity_config.inc.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/NEWS b/docs/NEWS index e11edfd..606529c 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,5 +1,8 @@ # $Id$ +Version 0.8.4 () +------------------------------------------------------------------------ + Version 0.8.3 (August 4th, 2004) ------------------------------------------------------------------------ diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 3463ad2..d9e2d35 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.8.3'; +$serendipity['version'] = '0.8.4-dev'; // Name of folder for the default theme $serendipity['defaultTemplate'] = 'default'; -- 2.39.5