This commit is contained in:
DavidXanatos 2023-08-31 14:13:34 +02:00
parent 01a2670b9c
commit 0ebe5845e0
3 changed files with 5 additions and 5 deletions

View File

@ -21,8 +21,8 @@
#ifndef _MY_VERSION_H
#define _MY_VERSION_H
#define MY_VERSION_BINARY 5,66,0
#define MY_VERSION_STRING "5.66.0"
#define MY_VERSION_BINARY 5,66,1
#define MY_VERSION_STRING "5.66.1"
#define MY_ABI_VERSION 0x56500
// These #defines are used by either Resource Compiler or NSIS installer

View File

@ -79,7 +79,7 @@ enum ECertLevel {
eCertNoLevel = 0b000,
eCertStandard = 0b010,
eCertStandard2 = 0b011,
eCertAdvanced = 0b100,
eCertAdvanced = 0b101,
eCertMaxLevel = 0b111,
};

View File

@ -2,8 +2,8 @@
#define VERSION_MJR 1
#define VERSION_MIN 11
#define VERSION_REV 0
#define VERSION_UPD 5
#define VERSION_REV 1
#define VERSION_UPD 0
#ifndef STR
#define STR2(X) #X