From e8e14133d035a7ab0df510a7c9115a7f20d6cc93 Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Wed, 13 Jul 2022 08:04:01 +0200 Subject: [PATCH] 1.2.2 --- Sandboxie/common/my_version.h | 6 +++--- SandboxiePlus/version.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Sandboxie/common/my_version.h b/Sandboxie/common/my_version.h index 49614431..d974c1f5 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,1 -#define MY_VERSION_STRING "5.57.1" -#define MY_VERSION_COMPAT "5.57.1" // this refers to the driver ABI compatibility +#define MY_VERSION_BINARY 5,57,2 +#define MY_VERSION_STRING "5.57.2" +#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 #define SBIE_INSTALLER_PATH "..\\Bin\\" diff --git a/SandboxiePlus/version.h b/SandboxiePlus/version.h index f126e5bc..574c7d3b 100644 --- a/SandboxiePlus/version.h +++ b/SandboxiePlus/version.h @@ -2,7 +2,7 @@ #define VERSION_MJR 1 #define VERSION_MIN 2 -#define VERSION_REV 1 +#define VERSION_REV 2 #define VERSION_UPD 0 #ifndef STR