From bb1eefe91a242ebb189cc5a6beb53d57bc1793e5 Mon Sep 17 00:00:00 2001 From: amirch1 Date: Thu, 14 Jan 2016 08:11:13 +0200 Subject: [PATCH] bump v2.39 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 2bb56539be..323db5b603 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -20,7 +20,7 @@ $wgBaseMwEmbedPath = realpath( dirname( __FILE__ ) . '/../' ); // The version of the library: -$wgMwEmbedVersion = '2.39.rc11'; +$wgMwEmbedVersion = '2.39'; // Default HTTP protocol from GET or SERVER parameters if( isset($_GET['protocol']) ) {