1.2.2
This commit is contained in:
parent
bc3a5d750b
commit
e8e14133d0
|
@ -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\\"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue