diff options
author | zotlabs <mike@macgirvin.com> | 2018-03-07 15:39:14 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-03-07 15:39:14 -0800 |
commit | a454aad124f999e59e8bffb625c103b975aef107 (patch) | |
tree | 175ca8a9feffee0944de0784e093154291438e82 /boot.php | |
parent | f0f58dade886d88fc178b78c04e1a4067ddfda04 (diff) | |
download | volse-hubzilla-a454aad124f999e59e8bffb625c103b975aef107.tar.gz volse-hubzilla-a454aad124f999e59e8bffb625c103b975aef107.tar.bz2 volse-hubzilla-a454aad124f999e59e8bffb625c103b975aef107.zip |
federated polls: GNU-Social requires us to preserve the original order of the poll answers for use in making a vote, unlike diaspora (which selects by guid) and activitypub (which selects by non-localisable text).
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', 1208 ); +define ( 'DB_UPDATE_VERSION', 1209 ); define ( 'PROJECT_BASE', __DIR__ ); |