tag vichan-devel-4.0.7-gold

This commit is contained in:
czaks 2013-08-05 05:32:58 -04:00
parent 926fedd576
commit b2e958a61b

View File

@ -1,7 +1,7 @@
<?php
// Installation/upgrade file
define('VERSION', 'v0.9.6-dev-11 + <a href="https://int.vichan.net/devel/">vichan-devel-4.0.6</a>');
define('VERSION', 'v0.9.6-dev-11 + <a href="https://int.vichan.net/devel/">vichan-devel-4.0.7-gold</a>');
require 'inc/functions.php';
@ -364,6 +364,7 @@ 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 + <a href="https://github.com/vichan-devel/Tinyboard/">vichan-devel-4.0.6</a>':
case false:
// Update version number
file_write($config['has_installed'], VERSION);