From 0cf5d8dc90804e87ef6edb045a22cf49e219c5e7 Mon Sep 17 00:00:00 2001 From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:04:13 +0100 Subject: [PATCH] 1.15.3 --- CHANGELOG.md | 9 +++++++++ Sandboxie/common/my_version.h | 2 +- SandboxiePlus/version.h | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bccae5d1..5bc94e41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.15.3 / 5.70.3] - 2024-11-?? + +### Added + +### Fixed + + + + ## [1.15.2 / 5.70.2] - 2024-11-18 ### Added diff --git a/Sandboxie/common/my_version.h b/Sandboxie/common/my_version.h index 0a1e93d7..1c145188 100644 --- a/Sandboxie/common/my_version.h +++ b/Sandboxie/common/my_version.h @@ -26,7 +26,7 @@ #define VERSION_MJR 5 #define VERSION_MIN 70 -#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 7d6262dc..13d637b5 100644 --- a/SandboxiePlus/version.h +++ b/SandboxiePlus/version.h @@ -2,7 +2,7 @@ #define VERSION_MJR 1 #define VERSION_MIN 15 -#define VERSION_REV 2 +#define VERSION_REV 3 #define VERSION_UPD 0 #ifndef STR