From b3dc41f2f8ff1a56e6d8c16c62d9325e7e101e9b Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Tue, 19 Jan 2016 09:20:11 -0800 Subject: [PATCH] Increase version number --- src/common/dcd_version.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/dcd_version.d b/src/common/dcd_version.d index 50963a8..01ca019 100644 --- a/src/common/dcd_version.d +++ b/src/common/dcd_version.d @@ -21,7 +21,7 @@ module common.dcd_version; /** * Human-readable version number */ -enum DCD_VERSION = "v0.7.5"; +enum DCD_VERSION = "v0.8.0-alpha1"; version (Windows) {} else version (built_with_dub) {}