diff options
author | Mario <mario@mariovavti.com> | 2021-06-18 09:58:00 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-18 09:58:00 +0000 |
commit | ec22ca75536e4c85b7a2721154a9d4e7148b2ffc (patch) | |
tree | 5e1e65b8a2bd2c62b5c5d0979ea9e40555ca4880 /boot.php | |
parent | c42d8a81c729ff8441195371106e96d398210067 (diff) | |
download | volse-hubzilla-ec22ca75536e4c85b7a2721154a9d4e7148b2ffc.tar.gz volse-hubzilla-ec22ca75536e4c85b7a2721154a9d4e7148b2ffc.tar.bz2 volse-hubzilla-ec22ca75536e4c85b7a2721154a9d4e7148b2ffc.zip |
css and js 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.5' ); +define ( 'STD_VERSION', '5.9.6' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1245 ); |