From c61a16d41eb93f09754dd15f3d159a5b07189ec6 Mon Sep 17 00:00:00 2001 From: czaks Date: Sun, 19 Jan 2014 18:16:15 +0100 Subject: [PATCH] tag for vichan-devel-4.4.92 --- install.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.php b/install.php index fed4a77f..6b7de799 100644 --- a/install.php +++ b/install.php @@ -1,7 +1,7 @@ vichan-devel-4.4.91'); +define('VERSION', 'v0.9.6-dev-22 + vichan-devel-4.4.92'); require 'inc/functions.php'; @@ -499,6 +499,7 @@ if (file_exists($config['has_installed'])) { KEY `ban_id` (`ban_id`) ) 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 false: // Update version number file_write($config['has_installed'], VERSION);