diff options
author | zotlabs <mike@macgirvin.com> | 2018-03-06 15:31:45 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-03-06 15:31:45 -0800 |
commit | f0f58dade886d88fc178b78c04e1a4067ddfda04 (patch) | |
tree | ca3aa0a51e9cb07bb217419d50aa8e84d96a1104 /boot.php | |
parent | b282e45a02c9c5855fe67bf5723c5f443245c3fd (diff) | |
download | volse-hubzilla-f0f58dade886d88fc178b78c04e1a4067ddfda04.tar.gz volse-hubzilla-f0f58dade886d88fc178b78c04e1a4067ddfda04.tar.bz2 volse-hubzilla-f0f58dade886d88fc178b78c04e1a4067ddfda04.zip |
federated polls: add poll_author which will be necessary for Diaspora federation
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', 1207 ); +define ( 'DB_UPDATE_VERSION', 1208 ); define ( 'PROJECT_BASE', __DIR__ ); |