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