mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-25 16:00:22 +01:00
tag for vichan-devel-4.0.11-gold
This commit is contained in:
parent
2c2dcec765
commit
6f1d950449
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
// Installation/upgrade file
|
// Installation/upgrade file
|
||||||
define('VERSION', 'v0.9.6-dev-12 + <a href="https://int.vichan.net/devel/">vichan-devel-4.0.10</a>');
|
define('VERSION', 'v0.9.6-dev-12 + <a href="https://int.vichan.net/devel/">vichan-devel-4.0.11-gold</a>');
|
||||||
|
|
||||||
require 'inc/functions.php';
|
require 'inc/functions.php';
|
||||||
|
|
||||||
@ -376,6 +376,7 @@ if (file_exists($config['has_installed'])) {
|
|||||||
$board['uri'])) or error(db_error());
|
$board['uri'])) or error(db_error());
|
||||||
}
|
}
|
||||||
case 'v0.9.6-dev-12':
|
case 'v0.9.6-dev-12':
|
||||||
|
case 'v0.9.6-dev-12 + <a href="https://int.vichan.net/devel/">vichan-devel-4.0.10</a>':
|
||||||
case false:
|
case false:
|
||||||
// Update version number
|
// Update version number
|
||||||
file_write($config['has_installed'], VERSION);
|
file_write($config['has_installed'], VERSION);
|
||||||
|
Loading…
Reference in New Issue
Block a user