0.7.2 builds with LDC

This commit is contained in:
Hackerpilot 2015-10-19 13:58:39 -07:00
parent e39f43329b
commit 9a426aed47
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ module common.dcd_version;
/**
* Human-readable version number
*/
enum DCD_VERSION = "v0.7.1";
enum DCD_VERSION = "v0.7.2";
version (Windows) {}
else