From bce18b846af7f487ad8fffa4d4b828f23cdc348c Mon Sep 17 00:00:00 2001 From: Valentin-Gabriel Radu Date: Thu, 24 Mar 2022 13:13:53 +0200 Subject: [PATCH] Update version.h --- version.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.h b/version.h index 1bed07e..a8dc2d6 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #define VER_MAJOR 22000 #define VER_MINOR 556 -#define VER_BUILD_HI 42 -#define VER_BUILD_LO 39 +#define VER_BUILD_HI 43 +#define VER_BUILD_LO 1 #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", "22000.556.42.39" -#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.42.39" +#define VER_FILE_STRING VALUE "FileVersion", "22000.556.43.1" +#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.556.43.1"