From 8a598982a4f6ae48ad6e2a4d634314215871c4c1 Mon Sep 17 00:00:00 2001 From: czaks Date: Wed, 3 Jul 2013 02:24:59 -0400 Subject: [PATCH] vichan-devel-4.0-gold release; mention vichan-devel in README; bump version; tag --- README.md | 7 +++++++ install.php | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50dcc621..b98e0dad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ Tinyboard - A lightweight PHP imageboard. ========================================== +Tinyboard + vichan-devel +------------ +Tinyboard branch taking lightweightness somewhat more liberally. Running live at +https://pl.vichan.net/ (Polish) and http://vichan.net/ (International; may be outdated). + +It contains many changes from original Tinyboard, mainly in frontend area. + About ------------ Tinyboard is a light-weight, fast, highly configurable and user-friendly diff --git a/install.php b/install.php index 1447c723..0a85602b 100644 --- a/install.php +++ b/install.php @@ -1,7 +1,7 @@ vichan-devel-4.0-gold'); 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);