From face22b3dcb650f1f03dc35bb2c4e9b9d622db2a Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Wed, 29 Jun 2022 08:56:12 +0200 Subject: [PATCH] 1.2.1 --- Sandboxie/common/my_version.h | 6 +++--- SandboxiePlus/QSbieAPI/Sandboxie/SbieIni.h | 2 +- SandboxiePlus/version.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Sandboxie/common/my_version.h b/Sandboxie/common/my_version.h index 30764128..49614431 100644 --- a/Sandboxie/common/my_version.h +++ b/Sandboxie/common/my_version.h @@ -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\\" diff --git a/SandboxiePlus/QSbieAPI/Sandboxie/SbieIni.h b/SandboxiePlus/QSbieAPI/Sandboxie/SbieIni.h index b2cafd03..c5471e47 100644 --- a/SandboxiePlus/QSbieAPI/Sandboxie/SbieIni.h +++ b/SandboxiePlus/QSbieAPI/Sandboxie/SbieIni.h @@ -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; diff --git a/SandboxiePlus/version.h b/SandboxiePlus/version.h index bdb3fc50..f126e5bc 100644 --- a/SandboxiePlus/version.h +++ b/SandboxiePlus/version.h @@ -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