diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-12 17:32:28 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-04-12 18:46:15 -0700 |
commit | 1c32564536cbfa12bd21a1c8161921b13d7dcc66 (patch) | |
tree | dd861e977bdf5883f952699e84e2b74b9d79f7cb /boot.php | |
parent | 63dd6ad01a173d640e5c49dede1246dba840aa74 (diff) | |
download | volse-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-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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__ ); |