Skip to content

Commit

Permalink
update version to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cezanne committed Jul 19, 2021
1 parent 62de496 commit 692ccb5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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 = 03/04/2021,0.3.4.0
DriverVer = 07/19/2021,0.3.5.0

[Manufacturer]
%StdMfg%=Standard,NTamd64
Expand Down
8 changes: 4 additions & 4 deletions driver/vhci/usbip_vhci.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<AdditionalDependencies>$(DDK_LIB_PATH)wdmsec.lib;$(DDK_LIB_PATH)ntstrsafe.lib;usbd.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<Inf>
<TimeStamp>0.3.4.0</TimeStamp>
<TimeStamp>0.3.5.0</TimeStamp>
</Inf>
<PostBuildEvent>
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)/driver/usbip_test.pfx
Expand All @@ -191,7 +191,7 @@
<AdditionalDependencies>$(DDK_LIB_PATH)wdmsec.lib;$(DDK_LIB_PATH)ntstrsafe.lib;usbd.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<Inf>
<TimeStamp>0.3.4.0</TimeStamp>
<TimeStamp>0.3.5.0</TimeStamp>
</Inf>
<PostBuildEvent>
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)/driver/usbip_test.pfx
Expand All @@ -213,7 +213,7 @@
<AdditionalDependencies>$(DDK_LIB_PATH)wdmsec.lib;$(DDK_LIB_PATH)ntstrsafe.lib;usbd.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<Inf>
<TimeStamp>0.3.4.0</TimeStamp>
<TimeStamp>0.3.5.0</TimeStamp>
</Inf>
<PostBuildEvent>
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)/driver/usbip_test.pfx
Expand All @@ -235,7 +235,7 @@
<AdditionalDependencies>$(DDK_LIB_PATH)wdmsec.lib;$(DDK_LIB_PATH)ntstrsafe.lib;usbd.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<Inf>
<TimeStamp>0.3.4.0</TimeStamp>
<TimeStamp>0.3.5.0</TimeStamp>
</Inf>
<PostBuildEvent>
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)/driver/usbip_test.pfx
Expand Down
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 @@ -181,7 +181,7 @@
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)\driver\usbip_test.pfx</Command>
</PostBuildEvent>
<Inf>
<TimeStamp>0.3.4.0</TimeStamp>
<TimeStamp>0.3.5.0</TimeStamp>
</Inf>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
Expand All @@ -201,7 +201,7 @@
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)\driver\usbip_test.pfx</Command>
</PostBuildEvent>
<Inf>
<TimeStamp>0.3.4.0</TimeStamp>
<TimeStamp>0.3.5.0</TimeStamp>
</Inf>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Expand All @@ -222,7 +222,7 @@
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)\driver\usbip_test.pfx</Command>
</PostBuildEvent>
<Inf>
<TimeStamp>0.3.4.0</TimeStamp>
<TimeStamp>0.3.5.0</TimeStamp>
</Inf>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand All @@ -242,7 +242,7 @@
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)\driver\usbip_test.pfx</Command>
</PostBuildEvent>
<Inf>
<TimeStamp>0.3.4.0</TimeStamp>
<TimeStamp>0.3.5.0</TimeStamp>
</Inf>
</ItemDefinitionGroup>
<ItemGroup>
Expand All @@ -259,4 +259,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.4"
#define PACKAGE_STRING "usbip-win 0.3.5"

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

0 comments on commit 692ccb5

Please sign in to comment.