From be9f4a011bf5d07e406daa12bdc7624009201560 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Mon, 15 May 2017 09:31:52 +0800 Subject: [PATCH] Prepare for Moodle 3.4 development --- mdk/config-dist.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mdk/config-dist.json b/mdk/config-dist.json index 031ec038..3cc59d93 100644 --- a/mdk/config-dist.json +++ b/mdk/config-dist.json @@ -112,6 +112,10 @@ "branch" : "Pull 3.2 Branch", "diffurl" : "Pull 3.2 Diff URL" }, + "33" : { + "branch" : "Pull 3.3 Branch", + "diffurl" : "Pull 3.3 Diff URL" + }, "master" : { "branch" : "Pull Master Branch", "diffurl" : "Pull Master Diff URL" @@ -231,7 +235,7 @@ "useCacheAsUpstreamRemote": true, // You should not edit this, this is the branch that is considered as master by developers. - "masterBranch": 33, + "masterBranch": 34, // Aliases for MDK commands. // An alias starting with a ! will be executed through the command line. Those also