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", "name": "dcd",
"description": "The D Completion Daemon is an auto-complete program for the D programming language", "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": [ "authors": [
"Brian Schott" "Brian Schott"
], ],
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"dsymbol": "~>0.1.1", "dsymbol": "~>0.1.2",
"libdparse": "~>0.5.0", "libdparse": "~>0.6.0",
"msgpack-d": "~>1.0.0-beta.2" "msgpack-d": "~>1.0.0-beta.2"
}, },
"versions": ["built_with_dub"], "versions": ["built_with_dub"],

View File

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