From fdb576478a5f769568e5d74818c5df91dc412f1e Mon Sep 17 00:00:00 2001 From: Yair Ansbacher Date: Wed, 4 Aug 2021 17:09:07 +0300 Subject: [PATCH] Bump version to 2.90.rc5 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 0e2e53f34b..9cf6aac3b1 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -20,7 +20,7 @@ $wgBaseMwEmbedPath = realpath( dirname( __FILE__ ) . '/../' ); // The version of the library: -$wgMwEmbedVersion = '2.90.rc4'; +$wgMwEmbedVersion = '2.90.rc5'; // Default HTTP protocol from GET or SERVER parameters if( isset($_GET['protocol']) ) {