From c7b1cf21fba2e00472d9e372f26e5043939c5cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Lochmu=CC=88ller?= Date: Thu, 27 Feb 2020 16:33:26 +0100 Subject: [PATCH] Set version to 11.0.0 --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 9e06645b7fef..04d37a7a014d 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -6,7 +6,7 @@ 'title' => 'StaticFileCache', 'description' => 'Transparent StaticFileCache solution using mod_rewrite and mod_expires. Increase performance for static pages by a factor of 230!!', 'category' => 'fe', - 'version' => '10.2.1', + 'version' => '11.0.0', 'state' => 'stable', 'modify_tables' => 'pages', 'clearcacheonload' => true,