diff options
author | Mario <mario@mariovavti.com> | 2020-10-22 11:33:25 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-10-22 11:33:25 +0000 |
commit | 96de38a1f06193d674f8fe89cb1852e0e4abb4cf (patch) | |
tree | 8ae120d73a0e59c4e581d7b63b659ad106b1b672 /boot.php | |
parent | cef0c2ebb2b16b006eca7dce8ec0b1a95d916dba (diff) | |
download | volse-hubzilla-96de38a1f06193d674f8fe89cb1852e0e4abb4cf.tar.gz volse-hubzilla-96de38a1f06193d674f8fe89cb1852e0e4abb4cf.tar.bz2 volse-hubzilla-96de38a1f06193d674f8fe89cb1852e0e4abb4cf.zip |
adapt notifications and mark item seen handling to play well with client side page caching
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '5.1.1' ); +define ( 'STD_VERSION', '5.1.2' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1238 ); |