diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-12 17:32:28 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-04-12 17:32:28 -0700 |
commit | d7f4526a00dba2c6a97bc4c231f57c7aa179a691 (patch) | |
tree | 644487c9c0c24e9b25b70c4e622eac165cb0b078 /boot.php | |
parent | 57f20c0c2231099ce62dbdf2300e840114e8ce96 (diff) | |
download | volse-hubzilla-d7f4526a00dba2c6a97bc4c231f57c7aa179a691.tar.gz volse-hubzilla-d7f4526a00dba2c6a97bc4c231f57c7aa179a691.tar.bz2 volse-hubzilla-d7f4526a00dba2c6a97bc4c231f57c7aa179a691.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
@@ -52,7 +52,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '2.3.3' ); define ( 'ZOT_REVISION', '1.2' ); -define ( 'DB_UPDATE_VERSION', 1188 ); +define ( 'DB_UPDATE_VERSION', 1189 ); define ( 'PROJECT_BASE', __DIR__ ); |