aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-03-07 15:39:14 -0800
committerzotlabs <mike@macgirvin.com>2018-03-07 15:39:14 -0800
commita454aad124f999e59e8bffb625c103b975aef107 (patch)
tree175ca8a9feffee0944de0784e093154291438e82 /boot.php
parentf0f58dade886d88fc178b78c04e1a4067ddfda04 (diff)
downloadvolse-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-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index cb9718b94..44466b26c 100755
--- a/boot.php
+++ b/boot.php
@@ -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__ );