aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-04-12 17:32:28 -0700
committerzotlabs <mike@macgirvin.com>2017-04-12 18:46:15 -0700
commit1c32564536cbfa12bd21a1c8161921b13d7dcc66 (patch)
treedd861e977bdf5883f952699e84e2b74b9d79f7cb /boot.php
parent63dd6ad01a173d640e5c49dede1246dba840aa74 (diff)
downloadvolse-hubzilla-1c32564536cbfa12bd21a1c8161921b13d7dcc66.tar.gz
volse-hubzilla-1c32564536cbfa12bd21a1c8161921b13d7dcc66.tar.bz2
volse-hubzilla-1c32564536cbfa12bd21a1c8161921b13d7dcc66.zip
backend infrastructure for 'channel protection password'; which will be used to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes
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 436fcabd9..d42d2608a 100755
--- a/boot.php
+++ b/boot.php
@@ -53,7 +53,7 @@ define ( 'STD_VERSION', '5.3' );
define ( 'ZOT_REVISION', '1.2' );
-define ( 'DB_UPDATE_VERSION', 1188 );
+define ( 'DB_UPDATE_VERSION', 1189 );
define ( 'PROJECT_BASE', __DIR__ );