From 854e9033f28cbc29412574c120e405c1e1b3ace1 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Fri, 5 May 2006 12:45:26 +0000 Subject: [PATCH] beta3 --- docs/NEWS | 2 +- serendipity_config.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/NEWS b/docs/NEWS index d44d5df..6ebe400 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -1,6 +1,6 @@ # $Id$ -Version 1.0 () +Version 1.0-beta3 (May 5th, 2006) ------------------------------------------------------------------------ * Fix another (minor) XSRF for entry manager, thanks to Geoff Johnson diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 1ae4f91..962bc42 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'] = '1.0-beta2'; +$serendipity['version'] = '1.0-beta3'; // Name of folder for the default theme $serendipity['defaultTemplate'] = 'carl_contest'; -- 2.39.5