aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-03-06 15:31:45 -0800
committerzotlabs <mike@macgirvin.com>2018-03-06 15:31:45 -0800
commitf0f58dade886d88fc178b78c04e1a4067ddfda04 (patch)
treeca3aa0a51e9cb07bb217419d50aa8e84d96a1104 /boot.php
parentb282e45a02c9c5855fe67bf5723c5f443245c3fd (diff)
downloadvolse-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-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 5d6bb2ebe..cb9718b94 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', 1207 );
+define ( 'DB_UPDATE_VERSION', 1208 );
define ( 'PROJECT_BASE', __DIR__ );