From 25cd1c27791242f6e35569e1130d60c7df74b55c Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Tue, 17 May 2005 10:31:08 +0000 Subject: [PATCH] 0.8.1 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 fd203e5..82723c1 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,6 +1,6 @@ # $Id$ -Version 0.8.1 () +Version 0.8.1 (May 17th, 2005) ------------------------------------------------------------------------ * Fix missing PDF thumbnail creation (imagemagick only) diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 44b28b4..822127a 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.1-alpha2'; +$serendipity['version'] = '0.8.1'; // Name of folder for the default theme $serendipity['defaultTemplate'] = 'default'; -- 2.39.5