From ea12ef02ac7e5ef9ba9ce591abf0afb8f7662ff5 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Tue, 7 Nov 2006 12:38:52 +0000 Subject: [PATCH] Dang. Forgot the version increment. I really need that release checklist. Sigh. --- serendipity_config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index ddb63ce..b78c099 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.2'; +$serendipity['version'] = '1.0.3'; // Name of folder for the default theme $serendipity['defaultTemplate'] = 'carl_contest'; -- 2.39.5