From e18c64c9d9d62a3dc86ce76a5954a1c2b472e848 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 6 Mar 2019 10:02:33 +0100 Subject: [PATCH] bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 78ffeed4a..a98ee9d59 100755 --- a/boot.php +++ b/boot.php @@ -50,7 +50,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '4.0RC1' ); +define ( 'STD_VERSION', '4.0RC2' ); define ( 'ZOT_REVISION', '6.0a' ); define ( 'DB_UPDATE_VERSION', 1230 );