]> git.mjollnir.org Git - s9y.git/commitdiff
0.8.1 release 0.8.1
authorgarvinhicking <garvinhicking>
Tue, 17 May 2005 10:31:08 +0000 (10:31 +0000)
committergarvinhicking <garvinhicking>
Tue, 17 May 2005 10:31:08 +0000 (10:31 +0000)
docs/NEWS
serendipity_config.inc.php

index fd203e5259709d6a023d26018ddf1c2fd651cc69..82723c141f3c23da94e32049303a2e37a998d6c5 100644 (file)
--- 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)
index 44b28b4d12d9a4dadef0fff3d46341d854441944..822127ae188e42ea9260ed85b598d0693dce8c0e 100644 (file)
@@ -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';