diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-30 02:34:26 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-30 02:34:26 -0800 |
commit | b673c804be153c70554c1d3adf43e6ccc85cc308 (patch) | |
tree | a1903c2dc042b2b0f1fbf98262cb8600bdc6fefa /boot.php | |
parent | 03a1086ba36a6c30cea8cea178c26497ef879fd2 (diff) | |
download | volse-hubzilla-b673c804be153c70554c1d3adf43e6ccc85cc308.tar.gz volse-hubzilla-b673c804be153c70554c1d3adf43e6ccc85cc308.tar.bz2 volse-hubzilla-b673c804be153c70554c1d3adf43e6ccc85cc308.zip |
profile clone issue with dev
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' ); +define ( 'STD_VERSION', '2.0.1' ); define ( 'ZOT_REVISION', '1.2' ); define ( 'DB_UPDATE_VERSION', 1185 ); |