From: garvinhicking Date: Fri, 5 Aug 2005 07:22:05 +0000 (+0000) Subject: There might be a 0.8.4 release. X-Git-Tag: 0.8.4~16 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3f932ada0fd6bf81a55e96bbc0ee3a595a8ceb11;p=s9y.git There might be a 0.8.4 release. --- 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';