Increase version number

This commit is contained in:
Hackerpilot 2016-01-19 09:20:11 -08:00
parent 6b2f915de0
commit b3dc41f2f8
1 changed files with 1 additions and 1 deletions

View File

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