Skip to content

Commit ab3cdd6

Browse files
committed
Merged PR 7748765: Update version to 4.22.8.0
## Pull Request Checklist ### General - [ ] Are all regression test passed? - [ ] Are there any test cases that will expose unfixed TDIs or Windows bugs? ### New Test Case - [ ] Have Design Spec and User Guide been updated? - [ ] Can all the test cases be loaded and executed by PTM & PTMCli? - [ ] Can the related changes support multiple platform(Windows, Linux, MacOS)? ### SDK Changes - [ ] Are all related test suites Regression passed? Update version to 4.22.8.0
1 parent 58dbc7c commit ab3cdd6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

AssemblyInfo/.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.22.6.0
1+
4.22.9.0

AssemblyInfo/PTMAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
[assembly: AssemblyCompany("Microsoft")]
77
[assembly: AssemblyProduct("Windows Protocol Test Suites")]
8-
[assembly: AssemblyVersion("1.0.1.0")]
8+
[assembly: AssemblyVersion("1.0.2.0")]

AssemblyInfo/SharedAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
[assembly: AssemblyCompany("Microsoft")]
77
[assembly: AssemblyProduct("Windows Protocol Test Suites")]
8-
[assembly: AssemblyVersion("4.22.6.0")]
8+
[assembly: AssemblyVersion("4.22.9.0")]

AssemblyInfo/resource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define COMPANY_NAME "Microsoft"
1212
#define PRODUCT_NAME "Windows Protocol Test Suites"
1313

14-
#define BUILD_VERSION "4.22.6.0"
15-
#define INET_VER 4,22,6,0
14+
#define BUILD_VERSION "4.22.9.0"
15+
#define INET_VER 4,22,9,0
1616

1717
#endif

0 commit comments

Comments
 (0)