diff --git a/install.php b/install.php
index 761bdfed..3cc48c25 100644
--- a/install.php
+++ b/install.php
@@ -1,7 +1,7 @@
vichan-devel-4.4.95');
+define('VERSION', 'v0.9.6-dev-22 + vichan-devel-4.4.96');
require 'inc/functions.php';
@@ -503,6 +503,7 @@ if (file_exists($config['has_installed'])) {
case 'v0.9.6-dev-22 + vichan-devel-4.4.92':
case 'v0.9.6-dev-22 + vichan-devel-4.4.93':
case 'v0.9.6-dev-22 + vichan-devel-4.4.94':
+ case 'v0.9.6-dev-22 + vichan-devel-4.4.95':
case false:
// Update version number
file_write($config['has_installed'], VERSION);