This commit is contained in:
DavidXanatos 2024-04-24 10:01:04 +02:00
parent 19528f2a25
commit dba441136a
3 changed files with 10 additions and 3 deletions

View File

@ -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 ## [1.13.6 / 5.68.6] - 2024-04-21
### Added ### Added

View File

@ -21,8 +21,8 @@
#ifndef _MY_VERSION_H #ifndef _MY_VERSION_H
#define _MY_VERSION_H #define _MY_VERSION_H
#define MY_VERSION_BINARY 5,68,6 #define MY_VERSION_BINARY 5,68,7
#define MY_VERSION_STRING "5.68.6" #define MY_VERSION_STRING "5.68.7"
#define MY_ABI_VERSION 0x56800 #define MY_ABI_VERSION 0x56800
// These #defines are used by either Resource Compiler or NSIS installer // These #defines are used by either Resource Compiler or NSIS installer

View File

@ -2,7 +2,7 @@
#define VERSION_MJR 1 #define VERSION_MJR 1
#define VERSION_MIN 13 #define VERSION_MIN 13
#define VERSION_REV 6 #define VERSION_REV 7
#define VERSION_UPD 0 #define VERSION_UPD 0
#ifndef STR #ifndef STR