From 6d96c53a1c07f2ab13bee1251c606c9761e6a0d9 Mon Sep 17 00:00:00 2001 From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com> Date: Tue, 1 Aug 2023 08:17:06 +0200 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 e67a51fe..46111f63 100644 --- a/SandboxiePlus/version.h +++ b/SandboxiePlus/version.h @@ -3,7 +3,7 @@ #define VERSION_MJR 1 #define VERSION_MIN 10 #define VERSION_REV 2 -#define VERSION_UPD 0 +#define VERSION_UPD 1 #ifndef STR #define STR2(X) #X