diff --git a/install.php b/install.php
index 7c095c53..458344a0 100644
--- a/install.php
+++ b/install.php
@@ -1,7 +1,7 @@
vichan-devel-4.0.3');
+define('VERSION', 'v0.9.6-dev-9 + vichan-devel-4.0.4-gold');
require 'inc/functions.php';
@@ -253,6 +253,7 @@ if (file_exists($config['has_installed'])) {
}
}
case 'v0.9.6-dev-9':
+ case 'v0.9.6-dev-9 + vichan-devel-4.0.3':
case false:
// Update version number
file_write($config['has_installed'], VERSION);