diff --git a/CHANGELOG.md b/CHANGELOG.md index a2a735dd..5dfff9be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). + +## [1.14.0 / 5.69.0] - 2024-05-?? + +### Added + + + + ## [1.13.7 / 5.68.7] - 2024-05-01 ### Added diff --git a/Sandboxie/common/my_version.h b/Sandboxie/common/my_version.h index 4f7dba94..76fe97ff 100644 --- a/Sandboxie/common/my_version.h +++ b/Sandboxie/common/my_version.h @@ -25,8 +25,8 @@ #define STR(X) STR2(X) #define VERSION_MJR 5 -#define VERSION_MIN 68 -#define VERSION_REV 7 +#define VERSION_MIN 69 +#define VERSION_REV 0 #define VERSION_UPD 0 #if VERSION_UPD > 0 diff --git a/SandboxiePlus/version.h b/SandboxiePlus/version.h index 5b2cfcb5..41c411ee 100644 --- a/SandboxiePlus/version.h +++ b/SandboxiePlus/version.h @@ -1,8 +1,8 @@ #pragma once #define VERSION_MJR 1 -#define VERSION_MIN 13 -#define VERSION_REV 7 +#define VERSION_MIN 14 +#define VERSION_REV 0 #define VERSION_UPD 0 #ifndef STR