From 513919bc324ea9531f1bdc33a4a0b3262282c6ee Mon Sep 17 00:00:00 2001 From: garvinhicking <garvinhicking> Date: Fri, 19 Aug 2005 10:41:04 +0000 Subject: [PATCH] prepare 0.8.4 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 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'; -- 2.39.5