diff options
author | Mario <mario@mariovavti.com> | 2021-10-27 08:11:09 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-10-27 08:11:09 +0000 |
commit | c082d12b59d8b94c6aabc0b147de651fb8441cfc (patch) | |
tree | 2c24ea78426e074eba330bd55e27ee496b7c46bc /boot.php | |
parent | 9a4ca44255f64e0293dc1662e9824bba3a9cf793 (diff) | |
download | volse-hubzilla-c082d12b59d8b94c6aabc0b147de651fb8441cfc.tar.gz volse-hubzilla-c082d12b59d8b94c6aabc0b147de651fb8441cfc.tar.bz2 volse-hubzilla-c082d12b59d8b94c6aabc0b147de651fb8441cfc.zip |
bump dev 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', '6.4RC1' ); +define ( 'STD_VERSION', '6.5' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1248 ); |