Skip to content

Commit

Permalink
Merged PR 7748765: Update version to 4.22.8.0
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
obaro committed Aug 23, 2022
1 parent 58dbc7c commit ab3cdd6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AssemblyInfo/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.22.6.0
4.22.9.0
2 changes: 1 addition & 1 deletion AssemblyInfo/PTMAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Windows Protocol Test Suites")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.0.2.0")]
2 changes: 1 addition & 1 deletion AssemblyInfo/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Windows Protocol Test Suites")]
[assembly: AssemblyVersion("4.22.6.0")]
[assembly: AssemblyVersion("4.22.9.0")]
4 changes: 2 additions & 2 deletions AssemblyInfo/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define COMPANY_NAME "Microsoft"
#define PRODUCT_NAME "Windows Protocol Test Suites"

#define BUILD_VERSION "4.22.6.0"
#define INET_VER 4,22,6,0
#define BUILD_VERSION "4.22.9.0"
#define INET_VER 4,22,9,0

#endif

0 comments on commit ab3cdd6

Please sign in to comment.