Browse Source

Update version.h

pull/1081/head
Valentin-Gabriel Radu 4 years ago committed by GitHub
parent
commit
bce18b846a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      version.h

8
version.h

@ -1,7 +1,7 @@ @@ -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 @@ @@ -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"

Loading…
Cancel
Save