From: garvinhicking Date: Fri, 19 Aug 2005 10:41:04 +0000 (+0000) Subject: prepare 0.8.4 release X-Git-Tag: 0.8.4~3 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=513919bc324ea9531f1bdc33a4a0b3262282c6ee;p=s9y.git prepare 0.8.4 release --- diff --git a/docs/NEWS b/docs/NEWS index 2552a2a..e77766e 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,6 +1,6 @@ # $Id$ -Version 0.8.4 () +Version 0.8.4 (August 19th, 2004) ------------------------------------------------------------------------ * Add HTML information about calendar arrows image size to bypass diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 843dd84..d174b13 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.4-dev'; +$serendipity['version'] = '0.8.4'; // Name of folder for the default theme $serendipity['defaultTemplate'] = 'default';