From d355e9ff9ceb95f665bd49b47dbe89def49f8775 Mon Sep 17 00:00:00 2001 From: nohn Date: Tue, 17 May 2005 13:35:55 +0000 Subject: [PATCH] we're no longer 0.8.1 --- docs/NEWS | 7 +++++++ serendipity_config.inc.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/NEWS b/docs/NEWS index 82723c1..7ab2abd 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,5 +1,12 @@ # $Id$ +Version 0.8.2 () +------------------------------------------------------------------------ + + * when no DB updates and no function calls are needed, do not show + confusing text to the user telling him an upgrade has + failed. (garvinhicking) + Version 0.8.1 (May 17th, 2005) ------------------------------------------------------------------------ diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 822127a..ad7a316 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'; +$serendipity['version'] = '0.8.2-alpha1'; // Name of folder for the default theme $serendipity['defaultTemplate'] = 'default'; -- 2.39.5