From e1a3354673edae53bbb2b9cf9922f4b437ed2fe7 Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Tue, 20 Dec 2022 09:24:02 +0100 Subject: [PATCH] Update version.h --- SandboxiePlus/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SandboxiePlus/version.h b/SandboxiePlus/version.h index 121f03c8..cf125b4c 100644 --- a/SandboxiePlus/version.h +++ b/SandboxiePlus/version.h @@ -3,7 +3,7 @@ #define VERSION_MJR 1 #define VERSION_MIN 6 #define VERSION_REV 2 -#define VERSION_UPD 1 +#define VERSION_UPD 2 #ifndef STR #define STR2(X) #X