diff options
author | Mario <mario@mariovavti.com> | 2021-12-15 12:18:07 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-12-15 12:18:07 +0000 |
commit | fe330ec1bb8da2371cf6afc57fbedc203248e3de (patch) | |
tree | eb9f50e23c47b6e45351dee70a68ac38783cee7f /boot.php | |
parent | 2968bf8241d2969c4d51f1651fc3f8c7688b2fca (diff) | |
download | volse-hubzilla-fe330ec1bb8da2371cf6afc57fbedc203248e3de.tar.gz volse-hubzilla-fe330ec1bb8da2371cf6afc57fbedc203248e3de.tar.bz2 volse-hubzilla-fe330ec1bb8da2371cf6afc57fbedc203248e3de.zip |
bump version
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '6.5.9' ); +define ( 'STD_VERSION', '6.5.10' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1249 ); |