From 9a442ad122ccdcdef372190253f6a6af122435cf Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Sun, 10 Jan 2010 17:12:01 -0800 Subject: [PATCH] 2.9.0.11 For Reals, I had it tagged as 2.9.0.8, silly github not reading my mind. Signed-off-by: Philip M. Hofer (Frumph) --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index eba63fa..7d8b6b9 100644 --- a/functions.php +++ b/functions.php @@ -124,7 +124,7 @@ function comicpress_load_options() { $comicpress_options = get_option('comicpress_options'); if (empty($comicpress_options)) { - $comicpress_options['comicpress_version'] = '2.9.0.10'; + $comicpress_options['comicpress_version'] = '2.9.0.11'; foreach (array( 'cp_theme_layout' => 'standard',