diff --git a/install.php b/install.php
index 778654b7..e42bcc9c 100644
--- a/install.php
+++ b/install.php
@@ -1,7 +1,7 @@
vichan-devel-4.0.8-gold');
+define('VERSION', 'v0.9.6-dev-11 + vichan-devel-4.0.9-gold');
require 'inc/functions.php';
@@ -366,6 +366,7 @@ if (file_exists($config['has_installed'])) {
case 'v0.9.6-dev-11':
case 'v0.9.6-dev-11 + vichan-devel-4.0.6':
case 'v0.9.6-dev-11 + vichan-devel-4.0.7-gold':
+ case 'v0.9.6-dev-11 + vichan-devel-4.0.8-gold':
case false:
// Update version number
file_write($config['has_installed'], VERSION);