This commit is contained in:
DavidXanatos 2022-07-13 08:04:01 +02:00
parent bc3a5d750b
commit e8e14133d0
2 changed files with 4 additions and 4 deletions

View File

@ -21,9 +21,9 @@
#ifndef _MY_VERSION_H #ifndef _MY_VERSION_H
#define _MY_VERSION_H #define _MY_VERSION_H
#define MY_VERSION_BINARY 5,57,1 #define MY_VERSION_BINARY 5,57,2
#define MY_VERSION_STRING "5.57.1" #define MY_VERSION_STRING "5.57.2"
#define MY_VERSION_COMPAT "5.57.1" // this refers to the driver ABI compatibility #define MY_VERSION_COMPAT "5.57.0" // this refers to the driver ABI compatibility
// These #defines are used by either Resource Compiler or NSIS installer // These #defines are used by either Resource Compiler or NSIS installer
#define SBIE_INSTALLER_PATH "..\\Bin\\" #define SBIE_INSTALLER_PATH "..\\Bin\\"

View File

@ -2,7 +2,7 @@
#define VERSION_MJR 1 #define VERSION_MJR 1
#define VERSION_MIN 2 #define VERSION_MIN 2
#define VERSION_REV 1 #define VERSION_REV 2
#define VERSION_UPD 0 #define VERSION_UPD 0
#ifndef STR #ifndef STR