From 3058f6fb6b18cf4b76396f5c3099d6e260bd979b Mon Sep 17 00:00:00 2001 From: Tzipi-kaltura Date: Tue, 7 Feb 2023 09:50:02 +0200 Subject: [PATCH] Bump version to 2.99 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 3b26b5e5c5..ab50727dfd 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.rc1'; +$wgMwEmbedVersion = '2.99'; // Default HTTP protocol from GET or SERVER parameters if( isset($_GET['protocol']) ) {