From 924adecefd87e3cd6fc010080d1e42fa5b5101ef Mon Sep 17 00:00:00 2001 From: orenme Date: Wed, 17 Dec 2014 16:01:35 +0200 Subject: [PATCH] Bump version v2.24.rc5 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5e1b0fea13..384e5d8629 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -12,7 +12,7 @@ $wgBaseMwEmbedPath = realpath( dirname( __FILE__ ) . '/../' ); // The version of the library: -$wgMwEmbedVersion = '2.24.rc4'; +$wgMwEmbedVersion = '2.24.rc5'; // Default HTTP protocol from GET or SERVER parameters if( isset($_GET['protocol']) ) {