From 69c28379e4f7b9b220a4efb00c027cb7c4364a7a Mon Sep 17 00:00:00 2001 From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com> Date: Mon, 24 Jul 2023 09:27:25 +0200 Subject: [PATCH] Update version.h --- SandboxiePlus/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SandboxiePlus/version.h b/SandboxiePlus/version.h index 6d7a5e4f..efb4ce68 100644 --- a/SandboxiePlus/version.h +++ b/SandboxiePlus/version.h @@ -2,8 +2,8 @@ #define VERSION_MJR 1 #define VERSION_MIN 10 -#define VERSION_REV 0 -#define VERSION_UPD 6 +#define VERSION_REV 1 +#define VERSION_UPD 0 #ifndef STR #define STR2(X) #X