diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-10 16:05:56 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-10 16:05:56 -0700 |
commit | f273815d8ff45a28b36bd5121c58422dfc28d0ff (patch) | |
tree | f51f4dbfe646b41c1016c85589701cdc44db40e7 /boot.php | |
parent | 87970491441cb15462d3fe7a7641d2f2755cb45b (diff) | |
parent | 07ae4319501ac6edc024a849b4d060f171f27178 (diff) | |
download | volse-hubzilla-f273815d8ff45a28b36bd5121c58422dfc28d0ff.tar.gz volse-hubzilla-f273815d8ff45a28b36bd5121c58422dfc28d0ff.tar.bz2 volse-hubzilla-f273815d8ff45a28b36bd5121c58422dfc28d0ff.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ require_once('include/hubloc.php'); require_once('include/attach.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '2.7.5' ); +define ( 'STD_VERSION', '2.7.6' ); define ( 'ZOT_REVISION', '1.3' ); define ( 'DB_UPDATE_VERSION', 1196 ); |