diff options
author | Mario <mario@mariovavti.com> | 2022-01-16 12:47:26 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-16 12:47:26 +0000 |
commit | 9a22e9cf393efb2759fca8d724e54efcf9f4f16b (patch) | |
tree | 3b2b91ebd5e27a944c334dccd9f0efcc24abb4d4 | |
parent | 2513f605b6b6218d85f639125e9931825c2e5e17 (diff) | |
download | volse-hubzilla-9a22e9cf393efb2759fca8d724e54efcf9f4f16b.tar.gz volse-hubzilla-9a22e9cf393efb2759fca8d724e54efcf9f4f16b.tar.bz2 volse-hubzilla-9a22e9cf393efb2759fca8d724e54efcf9f4f16b.zip |
bump dev version
-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', '7.0RC' ); +define ( 'STD_VERSION', '7.1' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1250 ); |