From abbd421295d1691334b8e16e7f87a830e8775c4c Mon Sep 17 00:00:00 2001 From: amirch1 Date: Wed, 20 Aug 2014 16:54:25 +0300 Subject: [PATCH] bump v2.17.rc5 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 024ed7080d..a043f007b7 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -12,7 +12,7 @@ $wgBaseMwEmbedPath = realpath( dirname( __FILE__ ) . '/../' ); // The version of the library: -$wgMwEmbedVersion = '2.17.rc4'; +$wgMwEmbedVersion = '2.17.rc5'; // Default HTTP protocol from GET or SERVER parameters if( isset($_GET['protocol']) ) {