diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-25 21:52:24 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-04-25 21:52:24 -0700 |
commit | 7d5ee81628a08dd560f7fdaa5b4d5a3f5ce3fb95 (patch) | |
tree | 428e349ecaa384a74f9aabf0408f68d3e7eed173 /boot.php | |
parent | f36e384ed7bc76b970862905e87efe88872d5f5d (diff) | |
download | volse-hubzilla-7d5ee81628a08dd560f7fdaa5b4d5a3f5ce3fb95.tar.gz volse-hubzilla-7d5ee81628a08dd560f7fdaa5b4d5a3f5ce3fb95.tar.bz2 volse-hubzilla-7d5ee81628a08dd560f7fdaa5b4d5a3f5ce3fb95.zip |
database support for client side e2ee for private mail
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.4' ); define ( 'ZOT_REVISION', '1.2' ); -define ( 'DB_UPDATE_VERSION', 1189 ); +define ( 'DB_UPDATE_VERSION', 1190 ); define ( 'PROJECT_BASE', __DIR__ ); |