diff --git a/install.php b/install.php
index e961aa68..778654b7 100644
--- a/install.php
+++ b/install.php
@@ -1,7 +1,7 @@
vichan-devel-4.0.7-gold');
+define('VERSION', 'v0.9.6-dev-11 + vichan-devel-4.0.8-gold');
require 'inc/functions.php';
@@ -364,7 +364,8 @@ if (file_exists($config['has_installed'])) {
query("ALTER TABLE `reports`
CHANGE `board` `board` VARCHAR( 58 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;") or error(db_error());
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.6':
+ case 'v0.9.6-dev-11 + vichan-devel-4.0.7-gold':
case false:
// Update version number
file_write($config['has_installed'], VERSION);