This commit is contained in:
DavidXanatos 2022-06-29 08:56:12 +02:00
parent c9fbb20918
commit face22b3dc
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -20,7 +20,7 @@ public:
virtual SB_STATUS SetNum64(const QString& Setting, __int64 Value);
virtual SB_STATUS SetBool(const QString& Setting, bool Value);
virtual QString GetText(const QString& Setting, const QString& Default = QString(), bool bWithGlobal = false, bool bNoExpand = true, bool withTemplates = false) const;
virtual QString GetText(const QString& Setting, const QString& Default = QString(), bool bWithGlobal = false, bool bNoExpand = true, bool withTemplates = true) const;
virtual int GetNum(const QString& Setting, int Default = 0, bool bWithGlobal = false) const;
virtual __int64 GetNum64(const QString& Setting, __int64 Default = 0, bool bWithGlobal = false) const;
virtual bool GetBool(const QString& Setting, bool Default = false, bool bWithGlobal = false) const;

View File

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