diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cbaa124..695a2f1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). +## [1.13.7 / 5.68.7] - 2024-04- + +### Fixed + - fixed issue with start agent UI option [#3844](https://github.com/sandboxie-plus/Sandboxie/pull/3844) (thanks offhub) + + + ## [1.13.6 / 5.68.6] - 2024-04-21 ### Added diff --git a/Sandboxie/common/my_version.h b/Sandboxie/common/my_version.h index 2a326d52..bde9e8ea 100644 --- a/Sandboxie/common/my_version.h +++ b/Sandboxie/common/my_version.h @@ -21,8 +21,8 @@ #ifndef _MY_VERSION_H #define _MY_VERSION_H -#define MY_VERSION_BINARY 5,68,6 -#define MY_VERSION_STRING "5.68.6" +#define MY_VERSION_BINARY 5,68,7 +#define MY_VERSION_STRING "5.68.7" #define MY_ABI_VERSION 0x56800 // These #defines are used by either Resource Compiler or NSIS installer diff --git a/SandboxiePlus/version.h b/SandboxiePlus/version.h index 8329ac0f..5b2cfcb5 100644 --- a/SandboxiePlus/version.h +++ b/SandboxiePlus/version.h @@ -2,7 +2,7 @@ #define VERSION_MJR 1 #define VERSION_MIN 13 -#define VERSION_REV 6 +#define VERSION_REV 7 #define VERSION_UPD 0 #ifndef STR