Skip to content

Commit

Permalink
1.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-shandar committed Aug 15, 2018
1 parent 23f1b08 commit fa5fd42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/builder/Config.cs
Expand Up @@ -6,7 +6,7 @@ namespace builder
public static class Config
{
public static readonly Version Version =
new StableVersion(1, 67, 0, 0);
new StableVersion(1, 68, 0, 0);

public static readonly List[] Release =
{
Expand Down Expand Up @@ -40,7 +40,7 @@ public CompilerInfo(string name, string preRelease = "")
{ "vc110", new CompilerInfo("Visual Studio 2012 Update 4") },
{ "vc120", new CompilerInfo("Visual Studio 2013 Update 5") },
{ "vc140", new CompilerInfo("Visual Studio 2015 Update 3") },
{ "vc141", new CompilerInfo("Visual Studio 2017 15.6.1") }
{ "vc141", new CompilerInfo("Visual Studio 2017 15.7.4") }
};

public static int CompilerNumber(string key)
Expand Down

0 comments on commit fa5fd42

Please sign in to comment.