aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-22 20:52:39 -0800
committerzotlabs <mike@macgirvin.com>2018-02-22 20:52:39 -0800
commit277da4363194bd652918b100b93fdb0a85f9f689 (patch)
tree6504fe43d240ae65e32423b8ba2a81cd77967308 /boot.php
parent80ce2def461705ebd0853e99ddfc0d1bc1de2915 (diff)
downloadvolse-hubzilla-277da4363194bd652918b100b93fdb0a85f9f689.tar.gz
volse-hubzilla-277da4363194bd652918b100b93fdb0a85f9f689.tar.bz2
volse-hubzilla-277da4363194bd652918b100b93fdb0a85f9f689.zip
provide DB compatibility for poll and voting implementations across several platforms
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 307d0c888..9b09f11eb 100755
--- a/boot.php
+++ b/boot.php
@@ -53,7 +53,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' );
define ( 'STD_VERSION', '3.1.12' );
define ( 'ZOT_REVISION', '1.3' );
-define ( 'DB_UPDATE_VERSION', 1203 );
+define ( 'DB_UPDATE_VERSION', 1204 );
define ( 'PROJECT_BASE', __DIR__ );