This commit is contained in:
parent
966c0fba24
commit
0ff71103db
|
@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
|
||||
|
||||
## [0.8.8b / 5.50.9] - 2021-07-14
|
||||
|
||||
### Fixed
|
||||
- fixed issue with systemless MSI
|
||||
|
||||
|
||||
|
||||
## [0.8.8 / 5.50.8] - 2021-07-13
|
||||
|
||||
### Changed
|
||||
|
@ -18,7 +25,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
|
||||
|
||||
|
||||
## [0.8.7b / 5.50.7] - 2021-07-11
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
#ifndef _MY_VERSION_H
|
||||
#define _MY_VERSION_H
|
||||
|
||||
#define MY_VERSION_BINARY 5,50,8
|
||||
#define MY_VERSION_STRING "5.50.8"
|
||||
#define MY_VERSION_BINARY 5,50,9
|
||||
#define MY_VERSION_STRING "5.50.9"
|
||||
#define MY_VERSION_COMPAT "5.50.0" // this refers to the driver ABI compatibility
|
||||
|
||||
// These #defines are used by either Resource Compiler, or by NSIC installer
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#define VERSION_MJR 0
|
||||
#define VERSION_MIN 8
|
||||
#define VERSION_REV 8
|
||||
#define VERSION_UPD 0
|
||||
#define VERSION_UPD 2
|
||||
|
||||
#ifndef STR
|
||||
#define STR2(X) #X
|
||||
|
|
Loading…
Reference in New Issue