diff --git a/CHANGELOG.md b/CHANGELOG.md index 01f2e1bd..f504f77c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [0.2.5 / 5.42] - 2020-07-04 +## [0.3 / 5.42] - 2020-07-04 ### Added - API_QUERY_PROCESS_INFO can be now used to get the original process token of sandboxed processes diff --git a/SandboxiePlus/SandMan/SandMan.h b/SandboxiePlus/SandMan/SandMan.h index bd33c294..f220ede9 100644 --- a/SandboxiePlus/SandMan/SandMan.h +++ b/SandboxiePlus/SandMan/SandMan.h @@ -10,8 +10,8 @@ #include "Models/ApiMonModel.h" #define VERSION_MJR 0 -#define VERSION_MIN 2 -#define VERSION_REV 5 +#define VERSION_MIN 3 +#define VERSION_REV 0 #define VERSION_UPD 0