From ab3cdd622d0b24d377b3b622a2198ccb89f2e51d Mon Sep 17 00:00:00 2001 From: Obaro Ogbo Date: Tue, 23 Aug 2022 09:25:42 +0000 Subject: [PATCH] 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 --- AssemblyInfo/.version | 2 +- AssemblyInfo/PTMAssemblyInfo.cs | 2 +- AssemblyInfo/SharedAssemblyInfo.cs | 2 +- AssemblyInfo/resource.h | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AssemblyInfo/.version b/AssemblyInfo/.version index 4321a58bd..9f852cd37 100644 --- a/AssemblyInfo/.version +++ b/AssemblyInfo/.version @@ -1 +1 @@ -4.22.6.0 +4.22.9.0 diff --git a/AssemblyInfo/PTMAssemblyInfo.cs b/AssemblyInfo/PTMAssemblyInfo.cs index 9e0ab11a3..273002e87 100644 --- a/AssemblyInfo/PTMAssemblyInfo.cs +++ b/AssemblyInfo/PTMAssemblyInfo.cs @@ -5,4 +5,4 @@ [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyProduct("Windows Protocol Test Suites")] -[assembly: AssemblyVersion("1.0.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.2.0")] \ No newline at end of file diff --git a/AssemblyInfo/SharedAssemblyInfo.cs b/AssemblyInfo/SharedAssemblyInfo.cs index 914e41b0f..f9921330a 100644 --- a/AssemblyInfo/SharedAssemblyInfo.cs +++ b/AssemblyInfo/SharedAssemblyInfo.cs @@ -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")] diff --git a/AssemblyInfo/resource.h b/AssemblyInfo/resource.h index f70a75d04..c7b8b2271 100644 --- a/AssemblyInfo/resource.h +++ b/AssemblyInfo/resource.h @@ -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