diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-05-20 20:48:52 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-20 20:48:52 +0200 |
commit | 55e1026c986f1c2c7e2a0376579b01111a93ab5d (patch) | |
tree | 07ef5c61899d410466ffcc682d491be7e943f0f1 /boot.php | |
parent | 9e1af2492ff30f65e678ca1b885350069583ade0 (diff) | |
download | volse-hubzilla-55e1026c986f1c2c7e2a0376579b01111a93ab5d.tar.gz volse-hubzilla-55e1026c986f1c2c7e2a0376579b01111a93ab5d.tar.bz2 volse-hubzilla-55e1026c986f1c2c7e2a0376579b01111a93ab5d.zip |
improve abconfig queries
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.5.6' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1212 ); +define ( 'DB_UPDATE_VERSION', 1213 ); define ( 'PROJECT_BASE', __DIR__ ); |