diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-31 16:03:52 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-31 16:03:52 -0800 |
commit | 75067524ae36c2f97de28cd443ae5a4c90be4aff (patch) | |
tree | 3569d3d2f45a0ba9b55b9ffac1e5aa9f812d1f18 /boot.php | |
parent | 1cd779459b7f1a4dd38d7cbb9fad5f87dd204cd1 (diff) | |
parent | 7f2c7cacd35139a7e55178f7737dfda393bb7a79 (diff) | |
download | volse-hubzilla-75067524ae36c2f97de28cd443ae5a4c90be4aff.tar.gz volse-hubzilla-75067524ae36c2f97de28cd443ae5a4c90be4aff.tar.bz2 volse-hubzilla-75067524ae36c2f97de28cd443ae5a4c90be4aff.zip |
Merge branch 'master' of https://github.com/redmatrix/hubzilla into master_merge
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ require_once('include/zid.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '2.0.1' ); +define ( 'STD_VERSION', '2.0.2' ); define ( 'ZOT_REVISION', '1.2' ); define ( 'DB_UPDATE_VERSION', 1185 ); |