diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-16 16:32:26 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-16 16:32:26 -0700 |
commit | aaa83ae5d2cbb7ee91bff5a61dabc9a6e07473ff (patch) | |
tree | 4ad5ee42177fd0c999bf373f63a78dbaa5fcec65 /boot.php | |
parent | e84281b620650db8f066f2643c1f9089a88e088d (diff) | |
parent | 6239a27288bacad225606a40a3dc6ac26072d329 (diff) | |
download | volse-hubzilla-aaa83ae5d2cbb7ee91bff5a61dabc9a6e07473ff.tar.gz volse-hubzilla-aaa83ae5d2cbb7ee91bff5a61dabc9a6e07473ff.tar.bz2 volse-hubzilla-aaa83ae5d2cbb7ee91bff5a61dabc9a6e07473ff.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
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.7.3' ); define ( 'ZOT_REVISION', '1.3' ); -define ( 'DB_UPDATE_VERSION', 1195 ); +define ( 'DB_UPDATE_VERSION', 1196 ); define ( 'PROJECT_BASE', __DIR__ ); |