From c3e6f5ce39c4c4de9cb1c5369a1905578698fe3b Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Sat, 26 Dec 2009 11:21:47 -0800 Subject: [PATCH] Pushing 2.9.0.8 Signed-off-by: Philip M. Hofer (Frumph) --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 22ea955..abb07bc 100644 --- a/functions.php +++ b/functions.php @@ -124,7 +124,7 @@ function comicpress_load_options() { global $comicpress_options; $comicpress_options = get_option('comicpress_options'); if (empty($comicpress_options)) { - $comicpress_options['comicpress_version'] = '2.9.0.7'; + $comicpress_options['comicpress_version'] = '2.9.0.8'; foreach (array( 'cp_theme_layout' => 'standard', @@ -212,7 +212,7 @@ function comicpress_load_options() { add_option('comicpress_options', $comicpress_options, '', 'yes'); // update_option('comicpress_options', $comicpress_options); } - $comicpress_options['comicpress_version'] = '2.9.0.7'; + $comicpress_options['comicpress_version'] = '2.9.0.8'; update_option('comicpress_options', $comicpress_options); return $comicpress_options; }