diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-10-20 10:08:57 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-10-20 10:08:57 +0200 |
commit | c80f4feb6234ff195171a92704d7ebe24aff4336 (patch) | |
tree | d9149141f52e3758afe1dfa8387bbd8229de1cc9 /boot.php | |
parent | 2d06e86b5b99af3a5e6c65f4c510bdeaddd5126a (diff) | |
parent | 400441d56b21e69663ea7213ccf63fe0ee6a6bab (diff) | |
download | volse-hubzilla-c80f4feb6234ff195171a92704d7ebe24aff4336.tar.gz volse-hubzilla-c80f4feb6234ff195171a92704d7ebe24aff4336.tar.bz2 volse-hubzilla-c80f4feb6234ff195171a92704d7ebe24aff4336.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
@@ -52,7 +52,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '2.9' ); define ( 'ZOT_REVISION', '1.3' ); -define ( 'DB_UPDATE_VERSION', 1196 ); +define ( 'DB_UPDATE_VERSION', 1197 ); define ( 'PROJECT_BASE', __DIR__ ); |