Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Bump to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Apr 4, 2018
1 parent dab88c9 commit 76dccaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/workspaced/info.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import OS = std.system;
import std.json;
import std.conv;

static immutable Version = [2, 11, 0];
static immutable Version = [2, 12, 0];

version (Windows) version (CRuntime_DigitalMars) static assert(false, "DigitalMars C Runtime not supported! Compile with -m32mscoff (dmd) or -a x86_mscoff (dub) See Also: https://github.com/Pure-D/code-d/issues/38");
version (Windows) version (X86_64) static if (Compiler.name == "Digital Mars D")
Expand Down

0 comments on commit 76dccaa

Please sign in to comment.