vichan-devel-4.0-gold release; mention vichan-devel in README; bump version; tag

This commit is contained in:
czaks 2013-07-03 02:24:59 -04:00
parent 8de00e5ba9
commit 8a598982a4
2 changed files with 9 additions and 1 deletions

View file

@ -1,7 +1,7 @@
<?php
// Installation/upgrade file
define('VERSION', 'v0.9.6-dev-7');
define('VERSION', 'v0.9.6-dev-7 + <a href="https://github.com/vichan-devel/Tinyboard/">vichan-devel-4.0-gold</a>');
require 'inc/functions.php';
@ -227,6 +227,7 @@ if (file_exists($config['has_installed'])) {
query(sprintf("CREATE INDEX `thread_id` ON `posts_%s` (`thread`, `id`)", $_board['uri'])) or error(db_error());
query(sprintf("ALTER TABLE `posts_%s` DROP INDEX `thread`", $_board['uri'])) or error(db_error());
}
case 'v0.9.6-dev-7':
case false:
// Update version number
file_write($config['has_installed'], VERSION);