From 2f89417467ba93ea421e81db54644dad921905a0 Mon Sep 17 00:00:00 2001 From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:46:58 +0200 Subject: [PATCH] 1.14.3 --- Sandboxie/common/my_version.h | 2 +- SandboxiePlus/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sandboxie/common/my_version.h b/Sandboxie/common/my_version.h index d6b5e602..d96e2991 100644 --- a/Sandboxie/common/my_version.h +++ b/Sandboxie/common/my_version.h @@ -26,7 +26,7 @@ #define VERSION_MJR 5 #define VERSION_MIN 69 -#define VERSION_REV 2 +#define VERSION_REV 3 #define VERSION_UPD 0 #if VERSION_UPD > 0 diff --git a/SandboxiePlus/version.h b/SandboxiePlus/version.h index c8f0d5b8..46116b7c 100644 --- a/SandboxiePlus/version.h +++ b/SandboxiePlus/version.h @@ -2,7 +2,7 @@ #define VERSION_MJR 1 #define VERSION_MIN 14 -#define VERSION_REV 2 +#define VERSION_REV 3 #define VERSION_UPD 0 #ifndef STR