diff --git a/dsymbol b/dsymbol index fd8e9b0..d22c971 160000 --- a/dsymbol +++ b/dsymbol @@ -1 +1 @@ -Subproject commit fd8e9b02ca46c819e02df4e940061a377c277619 +Subproject commit d22c9714a60ac05cb32db938e81a396cffb5ffa6 diff --git a/dub.json b/dub.json index 363077a..f193b6f 100644 --- a/dub.json +++ b/dub.json @@ -7,8 +7,8 @@ ], "license": "GPL-3.0", "dependencies": { - "dsymbol": "~>0.2.0-alpha4", - "libdparse": "~>0.7.0-alpha7", + "dsymbol": "~>0.2.0", + "libdparse": "~>0.7.0", "msgpack-d": "~>1.0.0-beta.3" }, "versions": ["built_with_dub"], diff --git a/libdparse b/libdparse index c5fe287..ca51bd1 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit c5fe287cbf672d3710ea62893851a175c3e7f9d3 +Subproject commit ca51bd13cf68646eaf9d6987db100cc3b288cffe diff --git a/man1/dcd-client.1 b/man1/dcd-client.1 index 7f0affa..b8e2609 100644 --- a/man1/dcd-client.1 +++ b/man1/dcd-client.1 @@ -1,4 +1,4 @@ -.TH dcd-client 1 "Mar 3 2016" "" https://github.com/Hackerpilot/DCD +.TH dcd-client 1 "Feb 13 2017" "" https://github.com/Hackerpilot/DCD .SH NAME dcd-client \- autocompletion client for the D programming language .PD diff --git a/man1/dcd-server.1 b/man1/dcd-server.1 index ab132a0..fae0a7a 100644 --- a/man1/dcd-server.1 +++ b/man1/dcd-server.1 @@ -1,4 +1,4 @@ -.TH dcd-server 1 "Mar 3 2016" "" https://github.com/Hackerpilot/DCD +.TH dcd-server 1 Feb 13 2017 "" https://github.com/Hackerpilot/DCD .SH NAME dcd-server \- autocompletion server for the D programming language .PD diff --git a/src/common/dcd_version.d b/src/common/dcd_version.d index dce9036..f2cf8f4 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.9.0-alpha4"; +enum DCD_VERSION = "v0.9.0-alpha6"; version (Windows) {} else version (built_with_dub) {}