diff options
author | zotlabs <mike@macgirvin.com> | 2019-05-02 20:33:45 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-05-02 20:33:45 -0700 |
commit | 76757ad1f263fc2da10cd774070d0899f7c317b3 (patch) | |
tree | 34923f613a1dd8501c63a227c9d9476159818123 /boot.php | |
parent | e0fdafc7e5adfce2e629b6e55c25e0c4c665a64e (diff) | |
parent | 347e88dc65b1240dc6d1690570531dc3015a4452 (diff) | |
download | volse-hubzilla-76757ad1f263fc2da10cd774070d0899f7c317b3.tar.gz volse-hubzilla-76757ad1f263fc2da10cd774070d0899f7c317b3.tar.bz2 volse-hubzilla-76757ad1f263fc2da10cd774070d0899f7c317b3.zip |
Merge branch 'dev' of /home/macgirvin/hz into dev
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -467,7 +467,7 @@ define ( 'NAMESPACE_YMEDIA', 'http://search.yahoo.com/mrss/' ); define ( 'ACTIVITYSTREAMS_JSONLD_REV', 'https://www.w3.org/ns/activitystreams' ); -define ( 'ZOT_APSCHEMA_REV', '/apschema/v1.3' ); +define ( 'ZOT_APSCHEMA_REV', '/apschema/v1.4' ); /** * activity stream defines */ |