From 1199a93ab0f08de144831077895d50caa5552909 Mon Sep 17 00:00:00 2001 From: amirch1 Date: Thu, 21 Aug 2014 16:33:07 +0300 Subject: [PATCH] bump v2.17.rc8 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 4c99d2e0cb..74c17f73a9 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.rc7'; +$wgMwEmbedVersion = '2.17.rc8'; // Default HTTP protocol from GET or SERVER parameters if( isset($_GET['protocol']) ) {