From 83461107d82b8d505df1de38300f4e39ac2732f5 Mon Sep 17 00:00:00 2001 From: inbalvasserman Date: Wed, 17 May 2023 14:41:52 +0300 Subject: [PATCH] Bump version to 2.100.rc1 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index ab50727dfd..e2cc781dec 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -24,7 +24,7 @@ $wgBaseMwEmbedPath = realpath( dirname( __FILE__ ) . '/../' ); // The version of the library: -$wgMwEmbedVersion = '2.99'; +$wgMwEmbedVersion = '2.100.rc1'; // Default HTTP protocol from GET or SERVER parameters if( isset($_GET['protocol']) ) {