1.6.4
This commit is contained in:
parent
a21d41af17
commit
b0c04caadd
|
@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
|
||||
|
||||
## [1.6.3a / 5.61.3] - 2022-12-??
|
||||
## [1.6.4 / 5.61.4] - 2022-12-30
|
||||
|
||||
### Added
|
||||
- added option to disable sandbox clean-up on startup [#2553](https://github.com/sandboxie-plus/Sandboxie/issues/2553)
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
#ifndef _MY_VERSION_H
|
||||
#define _MY_VERSION_H
|
||||
|
||||
#define MY_VERSION_BINARY 5,61,3
|
||||
#define MY_VERSION_STRING "5.61.3"
|
||||
#define MY_VERSION_BINARY 5,61,4
|
||||
#define MY_VERSION_STRING "5.61.4"
|
||||
#define MY_ABI_VERSION 0x56000
|
||||
|
||||
// These #defines are used by either Resource Compiler or NSIS installer
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
#define VERSION_MJR 1
|
||||
#define VERSION_MIN 6
|
||||
#define VERSION_REV 3
|
||||
#define VERSION_UPD 1
|
||||
#define VERSION_REV 4
|
||||
#define VERSION_UPD 0
|
||||
|
||||
#ifndef STR
|
||||
#define STR2(X) #X
|
||||
|
|
Loading…
Reference in New Issue