Bump version number

This commit is contained in:
Hackerpilot 2015-01-30 01:07:02 -08:00
parent 15aeda1530
commit 8ae6614b3d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ module dcd_version;
/**
* Human-readable version number
*/
enum DCD_VERSION = "v0.4.1-dev";
enum DCD_VERSION = "v0.5.0-alpha";
version (Windows) {}
else