From: garvinhicking <garvinhicking> Date: Tue, 17 May 2005 10:31:08 +0000 (+0000) Subject: 0.8.1 release X-Git-Tag: 0.8.1^0 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=25cd1c27791242f6e35569e1130d60c7df74b55c;p=s9y.git 0.8.1 release --- 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';