Skip to content

Commit

Permalink
update version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cezanne committed Mar 4, 2021
1 parent 34c0a45 commit f86def2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion driver/stub/usbip_stub.inx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Class=System
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider=%OpenSource%
CatalogFile=usbip_stub.cat
DriverVer = 01/15/2021,0.3.3.0
DriverVer = 03/04/2021,0.3.4.0

[Manufacturer]
%StdMfg%=Standard,NTamd64
Expand Down
10 changes: 5 additions & 5 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.3.0</TimeStamp>
<TimeStamp>0.3.4.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.3.0</TimeStamp>
<TimeStamp>0.3.4.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.3.0</TimeStamp>
<TimeStamp>0.3.4.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.3.0</TimeStamp>
<TimeStamp>0.3.4.0</TimeStamp>
</Inf>
<DriverSign>
<FileDigestAlgorithm>sha256</FileDigestAlgorithm>
Expand All @@ -255,4 +255,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
10 changes: 5 additions & 5 deletions driver/vhci_ude/usbip_vhci_ude.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)\driver\usbip_test.pfx</Command>
</PostBuildEvent>
<Inf>
<TimeStamp>0.3.3.0</TimeStamp>
<TimeStamp>0.3.4.0</TimeStamp>
</Inf>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
Expand All @@ -200,7 +200,7 @@
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)\driver\usbip_test.pfx</Command>
</PostBuildEvent>
<Inf>
<TimeStamp>0.3.3.0</TimeStamp>
<TimeStamp>0.3.4.0</TimeStamp>
</Inf>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Expand All @@ -221,7 +221,7 @@
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)\driver\usbip_test.pfx</Command>
</PostBuildEvent>
<Inf>
<TimeStamp>0.3.3.0</TimeStamp>
<TimeStamp>0.3.4.0</TimeStamp>
</Inf>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand All @@ -241,7 +241,7 @@
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)\driver\usbip_test.pfx</Command>
</PostBuildEvent>
<Inf>
<TimeStamp>0.3.3.0</TimeStamp>
<TimeStamp>0.3.4.0</TimeStamp>
</Inf>
</ItemDefinitionGroup>
<ItemGroup>
Expand All @@ -258,4 +258,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion userspace/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define _USBIP_CONFIG_WINDOWS_H

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "usbip-win 0.3.3"
#define PACKAGE_STRING "usbip-win 0.3.4"

/* numeric version number */
#define USBIP_VERSION 0x000111
Expand Down

0 comments on commit f86def2

Please sign in to comment.