diff options
author | Mario <mario@mariovavti.com> | 2022-11-14 05:51:32 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-11-14 05:51:32 +0000 |
commit | f64bd590a8930331ab7e201719c027b1f3c5c693 (patch) | |
tree | 597bf047d2b68d1d2e3ce6d3fb8e98d7d9f0d09a | |
parent | 8a21783fa513743b838ae15751a658e80b2ea1af (diff) | |
parent | 131ffcf582918321b044c99add30007dd1654ce2 (diff) | |
download | volse-hubzilla-f64bd590a8930331ab7e201719c027b1f3c5c693.tar.gz volse-hubzilla-f64bd590a8930331ab7e201719c027b1f3c5c693.tar.bz2 volse-hubzilla-f64bd590a8930331ab7e201719c027b1f3c5c693.zip |
bump version
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | boot.php | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Hubzilla 7.8.6 (2022-11-14) + - Fix typo in boot.php + + Hubzilla 7.8.5 (2022-11-13) - Fix outbound edit activity not of type update - Fix mod display not falling through to fetch public item @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '7.9.5'); +define('STD_VERSION', '7.9.6'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1253); |