From 139d41a11eb465497d9c212ec4342ac76b688fb7 Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Mon, 23 May 2016 12:23:46 +0800 Subject: [PATCH] Prepare for Moodle 3.2 development. Fixes #136 --- mdk/config-dist.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mdk/config-dist.json b/mdk/config-dist.json index 6976a94..69f8d2f 100644 --- a/mdk/config-dist.json +++ b/mdk/config-dist.json @@ -96,10 +96,6 @@ "branch" : "Pull 2.7 Branch", "diffurl" : "Pull 2.7 Diff URL" }, - "28" : { - "branch" : "Pull 2.8 Branch", - "diffurl" : "Pull 2.8 Diff URL" - }, "29" : { "branch" : "Pull 2.9 Branch", "diffurl" : "Pull 2.9 Diff URL" @@ -108,6 +104,10 @@ "branch" : "Pull 3.0 Branch", "diffurl" : "Pull 3.0 Diff URL" }, + "31" : { + "branch" : "Pull 3.1 Branch", + "diffurl" : "Pull 3.1 Diff URL" + }, "master" : { "branch" : "Pull Master Branch", "diffurl" : "Pull Master Diff URL" @@ -227,7 +227,7 @@ "useCacheAsUpstreamRemote": true, // You should not edit this, this is the branch that is considered as master by developers. - "masterBranch": 31, + "masterBranch": 32, // Aliases for MDK commands. // An alias starting with a ! will be executed through the command line. Those also -- 2.11.0