From a8327c3a37fd22d2aa5d63061c9d3eaa30ae425a Mon Sep 17 00:00:00 2001 From: czaks Date: Mon, 5 Aug 2013 05:36:12 -0400 Subject: [PATCH] fix in installation script; tag vichan-devel-4.0.8-gold --- install.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.php b/install.php index e961aa68..778654b7 100644 --- a/install.php +++ b/install.php @@ -1,7 +1,7 @@ vichan-devel-4.0.7-gold'); +define('VERSION', 'v0.9.6-dev-11 + vichan-devel-4.0.8-gold'); require 'inc/functions.php'; @@ -364,7 +364,8 @@ if (file_exists($config['has_installed'])) { query("ALTER TABLE `reports` CHANGE `board` `board` VARCHAR( 58 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;") or error(db_error()); case 'v0.9.6-dev-11': - case 'v0.9.6-dev-11 + vichan-devel-4.0.6': + case 'v0.9.6-dev-11 + vichan-devel-4.0.6': + case 'v0.9.6-dev-11 + vichan-devel-4.0.7-gold': case false: // Update version number file_write($config['has_installed'], VERSION);