Skip to content

Commit

Permalink
vhci driver version up from 0.3 to 0.4
Browse files Browse the repository at this point in the history
From 103ebb8, vhci drver
implementation is quite different from previous drviers, which can
simulate a real host controller and a USB hub. So, in order to prevent
confusion with an old vhci driver, version up to 0.4 would be helpful.
  • Loading branch information
cezanne committed Jun 5, 2020
1 parent fe7f98a commit 9cba47f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions driver/vhci/usbip_vhci.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<AdditionalDependencies>$(DDK_LIB_PATH)wdmsec.lib;$(DDK_LIB_PATH)ntstrsafe.lib;usbd.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<Inf>
<TimeStamp>0.3.0.0</TimeStamp>
<TimeStamp>0.4.0.0</TimeStamp>
</Inf>
<PostBuildEvent>
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)/driver/usbip_test.pfx
Expand All @@ -189,7 +189,7 @@
<AdditionalDependencies>$(DDK_LIB_PATH)wdmsec.lib;$(DDK_LIB_PATH)ntstrsafe.lib;usbd.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<Inf>
<TimeStamp>0.3.0.0</TimeStamp>
<TimeStamp>0.4.0.0</TimeStamp>
</Inf>
<PostBuildEvent>
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)/driver/usbip_test.pfx
Expand All @@ -210,7 +210,7 @@
<AdditionalDependencies>$(DDK_LIB_PATH)wdmsec.lib;$(DDK_LIB_PATH)ntstrsafe.lib;usbd.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<Inf>
<TimeStamp>0.3.0.0</TimeStamp>
<TimeStamp>0.4.0.0</TimeStamp>
</Inf>
<DriverSign>
<FileDigestAlgorithm>sha256</FileDigestAlgorithm>
Expand All @@ -234,7 +234,7 @@
<AdditionalDependencies>$(DDK_LIB_PATH)wdmsec.lib;$(DDK_LIB_PATH)ntstrsafe.lib;usbd.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<Inf>
<TimeStamp>0.3.0.0</TimeStamp>
<TimeStamp>0.4.0.0</TimeStamp>
</Inf>
<DriverSign>
<FileDigestAlgorithm>sha256</FileDigestAlgorithm>
Expand Down

0 comments on commit 9cba47f

Please sign in to comment.