diff options
author | Mario <mario@mariovavti.com> | 2021-06-17 12:21:39 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-17 12:21:39 +0000 |
commit | a84cec4acddf6804a88fcda52e4437c91785dfb2 (patch) | |
tree | 3b4cc882b942eb73dc391d08cda888b406a0e434 /boot.php | |
parent | cf6b7a4236eeccff7d4434138dddc62a8b50004c (diff) | |
download | volse-hubzilla-a84cec4acddf6804a88fcda52e4437c91785dfb2.tar.gz volse-hubzilla-a84cec4acddf6804a88fcda52e4437c91785dfb2.tar.bz2 volse-hubzilla-a84cec4acddf6804a88fcda52e4437c91785dfb2.zip |
fix wrong class and bump version
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.4' ); +define ( 'STD_VERSION', '5.9.5' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1245 ); |