diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-05-20 20:48:52 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-20 22:55:01 +0200 |
commit | 43f04e4bc0b041a4e6450f6aad3e9045fb5eb3cf (patch) | |
tree | f2927f1d806f7a27a1c2722e8cabf0745343b866 /boot.php | |
parent | 649260ce44837fa8477ae1f13469b8d77ca96ec6 (diff) | |
download | volse-hubzilla-43f04e4bc0b041a4e6450f6aad3e9045fb5eb3cf.tar.gz volse-hubzilla-43f04e4bc0b041a4e6450f6aad3e9045fb5eb3cf.tar.bz2 volse-hubzilla-43f04e4bc0b041a4e6450f6aad3e9045fb5eb3cf.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.4' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1212 ); +define ( 'DB_UPDATE_VERSION', 1213 ); define ( 'PROJECT_BASE', __DIR__ ); |