From de659b344910c893bea2e0a4ec2cdfad2e56b3f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Lochmu=CC=88ller?= Date: Sun, 31 Mar 2019 18:33:11 +0200 Subject: [PATCH] Set version to 8.0.0 --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 1def1859d5cb..2f8f021e80a6 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' => '8.0.0-dev', + 'version' => '8.0.0', 'state' => 'stable', 'modify_tables' => 'pages', 'clearcacheonload' => true,