Skip to content

Commit

Permalink
update version to 0.3.2
Browse files Browse the repository at this point in the history
Version 0.3.2. Now usbip.exe, usbipd.exe have version resources.
  • Loading branch information
cezanne committed Jan 10, 2021
1 parent 862933f commit 35058c7
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*~
*.aps
*.vcxproj.user
/.vs
/Debug
Expand Down
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 = 12/25/2020,0.3.1.0
DriverVer = 01/10/2021,0.3.2.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 @@ -169,7 +169,7 @@
<AdditionalDependencies>$(DDK_LIB_PATH)wdmsec.lib;$(DDK_LIB_PATH)ntstrsafe.lib;usbd.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<Inf>
<TimeStamp>0.3.1.0</TimeStamp>
<TimeStamp>0.3.2.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.1.0</TimeStamp>
<TimeStamp>0.3.2.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.1.0</TimeStamp>
<TimeStamp>0.3.2.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.1.0</TimeStamp>
<TimeStamp>0.3.2.0</TimeStamp>
</Inf>
<DriverSign>
<FileDigestAlgorithm>sha256</FileDigestAlgorithm>
Expand Down
8 changes: 4 additions & 4 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.1.0</TimeStamp>
<TimeStamp>0.3.2.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.1.0</TimeStamp>
<TimeStamp>0.3.2.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.1.0</TimeStamp>
<TimeStamp>0.3.2.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.1.0</TimeStamp>
<TimeStamp>0.3.2.0</TimeStamp>
</Inf>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down
14 changes: 14 additions & 0 deletions userspace/src/usbip/resource.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by usbip.rc

// 다음은 새 개체에 사용할 기본값입니다.
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
Binary file added userspace/src/usbip/usbip.rc
Binary file not shown.
4 changes: 4 additions & 0 deletions userspace/src/usbip/usbip.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\config.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="usbip.h" />
<ClInclude Include="usbip_dscr.h" />
<ClInclude Include="usbip_wudev.h" />
Expand All @@ -183,6 +184,9 @@
<Project>{2c173853-88c0-4334-85bf-0b46cfd5a007}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="usbip.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
14 changes: 14 additions & 0 deletions userspace/src/usbipd/resource.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by usbipd.rc

// 다음은 새 개체에 사용할 기본값입니다.
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
Binary file added userspace/src/usbipd/usbipd.rc
Binary file not shown.
4 changes: 4 additions & 0 deletions userspace/src/usbipd/usbipd.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\config.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="usbipd.h" />
<ClInclude Include="usbipd_stub.h" />
</ItemGroup>
Expand All @@ -172,6 +173,9 @@
<Project>{2c173853-88c0-4334-85bf-0b46cfd5a007}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="usbipd.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down

0 comments on commit 35058c7

Please sign in to comment.