Browse Source

Bump compatibility version to 22621.2134

pull/1720/head
Vipin 2 years ago
parent
commit
b29941935b
  1. 8
      version.h

8
version.h

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#define VER_MAJOR 22621
#define VER_MINOR 1992
#define VER_MINOR 2134
#define VER_BUILD_HI 56
#define VER_BUILD_LO 1
#define VER_BUILD_LO 3
#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", "22621.1992.55.2"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.1992.55.2"
#define VER_FILE_STRING VALUE "FileVersion", "22621.2134.56.3"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22621.2134.56.3"

Loading…
Cancel
Save