diff --git a/install.php b/install.php
index 6b7de799..f9a30874 100644
--- a/install.php
+++ b/install.php
@@ -1,7 +1,7 @@
vichan-devel-4.4.92');
+define('VERSION', 'v0.9.6-dev-22 + vichan-devel-4.4.93');
require 'inc/functions.php';
@@ -500,6 +500,7 @@ if (file_exists($config['has_installed'])) {
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ;") or error(db_error());
case 'v0.9.6-dev-22':
case 'v0.9.6-dev-22 + vichan-devel-4.4.91':
+ case 'v0.9.6-dev-22 + vichan-devel-4.4.92':
case false:
// Update version number
file_write($config['has_installed'], VERSION);