diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-01-24 22:46:36 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-01-24 22:46:36 +0100 |
commit | 93259e4e92eaa7b692b5fb882dcca2b44cdc9a4a (patch) | |
tree | a0d86b43a636b20ef7ebc8e912ddb974a2fc50c8 /boot.php | |
parent | add9890754780c886188504647b3058c4cc146c1 (diff) | |
download | volse-hubzilla-93259e4e92eaa7b692b5fb882dcca2b44cdc9a4a.tar.gz volse-hubzilla-93259e4e92eaa7b692b5fb882dcca2b44cdc9a4a.tar.bz2 volse-hubzilla-93259e4e92eaa7b692b5fb882dcca2b44cdc9a4a.zip |
consolidate notifications caching and loading
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '3.1.3' ); +define ( 'STD_VERSION', '3.1.4' ); define ( 'ZOT_REVISION', '1.3' ); define ( 'DB_UPDATE_VERSION', 1198 ); |