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