diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-03-08 08:55:25 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-03-08 08:55:25 +0100 |
commit | f3a753bda603595fcff25a8e4fa9131e56872f57 (patch) | |
tree | 318837a058d3594c974e101c93af04cc6155a52b /boot.php | |
parent | 17c102ebe115bd8272da830bf9523b691ce115ee (diff) | |
parent | 1700aedbed9050ca2eee621c04c29e5b34150bc5 (diff) | |
download | volse-hubzilla-f3a753bda603595fcff25a8e4fa9131e56872f57.tar.gz volse-hubzilla-f3a753bda603595fcff25a8e4fa9131e56872f57.tar.bz2 volse-hubzilla-f3a753bda603595fcff25a8e4fa9131e56872f57.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ define ( 'STD_VERSION', '3.3.2' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1208 ); +define ( 'DB_UPDATE_VERSION', 1209 ); define ( 'PROJECT_BASE', __DIR__ ); |