Skip to content

Commit 692ccb5

Browse files
committed
update version to 0.3.5
1 parent 62de496 commit 692ccb5

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

driver/stub/usbip_stub.inx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Class=System
1212
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
1313
Provider=%OpenSource%
1414
CatalogFile=usbip_stub.cat
15-
DriverVer = 03/04/2021,0.3.4.0
15+
DriverVer = 07/19/2021,0.3.5.0
1616

1717
[Manufacturer]
1818
%StdMfg%=Standard,NTamd64

driver/vhci/usbip_vhci.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<AdditionalDependencies>$(DDK_LIB_PATH)wdmsec.lib;$(DDK_LIB_PATH)ntstrsafe.lib;usbd.lib;%(AdditionalDependencies)</AdditionalDependencies>
171171
</Link>
172172
<Inf>
173-
<TimeStamp>0.3.4.0</TimeStamp>
173+
<TimeStamp>0.3.5.0</TimeStamp>
174174
</Inf>
175175
<PostBuildEvent>
176176
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)/driver/usbip_test.pfx
@@ -191,7 +191,7 @@
191191
<AdditionalDependencies>$(DDK_LIB_PATH)wdmsec.lib;$(DDK_LIB_PATH)ntstrsafe.lib;usbd.lib;%(AdditionalDependencies)</AdditionalDependencies>
192192
</Link>
193193
<Inf>
194-
<TimeStamp>0.3.4.0</TimeStamp>
194+
<TimeStamp>0.3.5.0</TimeStamp>
195195
</Inf>
196196
<PostBuildEvent>
197197
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)/driver/usbip_test.pfx
@@ -213,7 +213,7 @@
213213
<AdditionalDependencies>$(DDK_LIB_PATH)wdmsec.lib;$(DDK_LIB_PATH)ntstrsafe.lib;usbd.lib;%(AdditionalDependencies)</AdditionalDependencies>
214214
</Link>
215215
<Inf>
216-
<TimeStamp>0.3.4.0</TimeStamp>
216+
<TimeStamp>0.3.5.0</TimeStamp>
217217
</Inf>
218218
<PostBuildEvent>
219219
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)/driver/usbip_test.pfx
@@ -235,7 +235,7 @@
235235
<AdditionalDependencies>$(DDK_LIB_PATH)wdmsec.lib;$(DDK_LIB_PATH)ntstrsafe.lib;usbd.lib;%(AdditionalDependencies)</AdditionalDependencies>
236236
</Link>
237237
<Inf>
238-
<TimeStamp>0.3.4.0</TimeStamp>
238+
<TimeStamp>0.3.5.0</TimeStamp>
239239
</Inf>
240240
<PostBuildEvent>
241241
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)/driver/usbip_test.pfx

driver/vhci_ude/usbip_vhci_ude.vcxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)\driver\usbip_test.pfx</Command>
182182
</PostBuildEvent>
183183
<Inf>
184-
<TimeStamp>0.3.4.0</TimeStamp>
184+
<TimeStamp>0.3.5.0</TimeStamp>
185185
</Inf>
186186
</ItemDefinitionGroup>
187187
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -201,7 +201,7 @@
201201
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)\driver\usbip_test.pfx</Command>
202202
</PostBuildEvent>
203203
<Inf>
204-
<TimeStamp>0.3.4.0</TimeStamp>
204+
<TimeStamp>0.3.5.0</TimeStamp>
205205
</Inf>
206206
</ItemDefinitionGroup>
207207
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@@ -222,7 +222,7 @@
222222
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)\driver\usbip_test.pfx</Command>
223223
</PostBuildEvent>
224224
<Inf>
225-
<TimeStamp>0.3.4.0</TimeStamp>
225+
<TimeStamp>0.3.5.0</TimeStamp>
226226
</Inf>
227227
</ItemDefinitionGroup>
228228
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -242,7 +242,7 @@
242242
<Command>gencat.bat $(OutDir) 10_$(DDKPlatform) $(SolutionDir)\driver\usbip_test.pfx</Command>
243243
</PostBuildEvent>
244244
<Inf>
245-
<TimeStamp>0.3.4.0</TimeStamp>
245+
<TimeStamp>0.3.5.0</TimeStamp>
246246
</Inf>
247247
</ItemDefinitionGroup>
248248
<ItemGroup>
@@ -259,4 +259,4 @@
259259
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
260260
<ImportGroup Label="ExtensionTargets">
261261
</ImportGroup>
262-
</Project>
262+
</Project>

userspace/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#define _USBIP_CONFIG_WINDOWS_H
44

55
/* Define to the full name and version of this package. */
6-
#define PACKAGE_STRING "usbip-win 0.3.4"
6+
#define PACKAGE_STRING "usbip-win 0.3.5"
77

88
/* numeric version number */
99
#define USBIP_VERSION 0x000111

0 commit comments

Comments
 (0)