From ccfc1501afd678f1e7e5e1c853f1ad2584e90a36 Mon Sep 17 00:00:00 2001 From: czaks Date: Sun, 18 Aug 2013 22:11:41 -0400 Subject: [PATCH] tag for vichan-devel-4.0.11-gold --- install.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.php b/install.php index 8bef9e11..47c277ff 100644 --- a/install.php +++ b/install.php @@ -1,7 +1,7 @@ vichan-devel-4.0.10'); +define('VERSION', 'v0.9.6-dev-12 + vichan-devel-4.0.11-gold'); require 'inc/functions.php'; @@ -376,6 +376,7 @@ if (file_exists($config['has_installed'])) { $board['uri'])) or error(db_error()); } case 'v0.9.6-dev-12': + case 'v0.9.6-dev-12 + vichan-devel-4.0.10': case false: // Update version number file_write($config['has_installed'], VERSION);