diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-09 14:39:40 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-09 14:39:40 +0200 |
commit | f0c292e77b697bd89a529244cb23e886e5481d40 (patch) | |
tree | a7c9c2764180832741766f4115f542f84f85c5b1 /boot.php | |
parent | 9efd484e277578bc27f18baac64c0067852044de (diff) | |
download | volse-hubzilla-f0c292e77b697bd89a529244cb23e886e5481d40.tar.gz volse-hubzilla-f0c292e77b697bd89a529244cb23e886e5481d40.tar.bz2 volse-hubzilla-f0c292e77b697bd89a529244cb23e886e5481d40.zip |
remove the caldav and event app and make calendar the default app
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '4.1.2' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1233 ); +define ( 'DB_UPDATE_VERSION', 1234 ); define ( 'PROJECT_BASE', __DIR__ ); |