This commit is contained in:
DavidXanatos 2024-07-03 19:08:28 +02:00
parent a5732b6174
commit b3f959684c
3 changed files with 12 additions and 2 deletions

View File

@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [1.14.4 / 5.69.4] - 2024-07-??
### Fixed
- fixed The Start Restrictions tab's layout is broken [#4045](https://github.com/sandboxie-plus/Sandboxie/issues/4045)
## [1.14.3 / 5.69.3] - 2024-07-01 ## [1.14.3 / 5.69.3] - 2024-07-01
### Changed ### Changed

View File

@ -26,7 +26,7 @@
#define VERSION_MJR 5 #define VERSION_MJR 5
#define VERSION_MIN 69 #define VERSION_MIN 69
#define VERSION_REV 3 #define VERSION_REV 4
#define VERSION_UPD 0 #define VERSION_UPD 0
#if VERSION_UPD > 0 #if VERSION_UPD > 0

View File

@ -2,7 +2,7 @@
#define VERSION_MJR 1 #define VERSION_MJR 1
#define VERSION_MIN 14 #define VERSION_MIN 14
#define VERSION_REV 3 #define VERSION_REV 4
#define VERSION_UPD 0 #define VERSION_UPD 0
#ifndef STR #ifndef STR