This commit is contained in:
Hackerpilot 2016-03-03 00:51:01 -08:00
parent eab78141c4
commit c9be120d5b
2 changed files with 4 additions and 4 deletions

View File

@ -1,14 +1,14 @@
{
"name": "dcd",
"description": "The D Completion Daemon is an auto-complete program for the D programming language",
"copyright": "Copyright © 2015, Brian Schott",
"copyright": "Copyright © 2015-2016, Brian Schott",
"authors": [
"Brian Schott"
],
"license": "GPL-3.0",
"dependencies": {
"dsymbol": "~>0.1.1",
"libdparse": "~>0.5.0",
"dsymbol": "~>0.1.2",
"libdparse": "~>0.6.0",
"msgpack-d": "~>1.0.0-beta.2"
},
"versions": ["built_with_dub"],

View File

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