diff options
author | Mario <mario@mariovavti.com> | 2021-06-07 13:21:44 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-07 13:21:44 +0000 |
commit | b66b43256b3a68aabcca4e628ad6643c7c4aca8e (patch) | |
tree | eb18377cd2c8b6c9d75d50b0ff1e8ca40af0b209 /boot.php | |
parent | 58cacaff0672336d6a6adb56fa23969a3bd09de2 (diff) | |
download | volse-hubzilla-b66b43256b3a68aabcca4e628ad6643c7c4aca8e.tar.gz volse-hubzilla-b66b43256b3a68aabcca4e628ad6643c7c4aca8e.tar.bz2 volse-hubzilla-b66b43256b3a68aabcca4e628ad6643c7c4aca8e.zip |
bs5: more notifications fixes
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '5.9.1' ); +define ( 'STD_VERSION', '5.9.1-bs5' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1245 ); |