From d97c108f6ed60f242afe0e2824b9ee0daf69f18f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Lochmu=CC=88ller?= Date: Thu, 10 Oct 2019 09:26:48 +0200 Subject: [PATCH] Set version to 10.0.0 --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 9b1fcfa8a752..ea81ad5cc1cc 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.0.0-dev', + 'version' => '10.0.0', 'state' => 'stable', 'modify_tables' => 'pages', 'clearcacheonload' => true,