From e539100899628d34fba7ecb21373abe9a3bf22bd Mon Sep 17 00:00:00 2001 From: Vipin2003 Date: Wed, 19 Jul 2023 07:55:11 +0530 Subject: [PATCH] Changed supported version to 22621.1992 --- version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.h b/version.h index 588214c..dedd278 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ #define VER_MAJOR 22621 -#define VER_MINOR 1555 -#define VER_BUILD_HI 55 +#define VER_MINOR 1992 +#define VER_BUILD_HI 92 #define VER_BUILD_LO 2 #define VER_FLAGS VS_FF_PRERELEASE @@ -12,5 +12,5 @@ #define VER_STR(arg) #arg // The String form of the version numbers -#define VER_FILE_STRING VALUE "FileVersion", "22621.1555.55.2" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1555.55.2" +#define VER_FILE_STRING VALUE "FileVersion", "22621.1992.55.1" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1992.55.1"