1.15.3
This commit is contained in:
parent
fa70d9c993
commit
0cf5d8dc90
|
@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.
|
|||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
|
||||
## [1.15.3 / 5.70.3] - 2024-11-??
|
||||
|
||||
### Added
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.15.2 / 5.70.2] - 2024-11-18
|
||||
|
||||
### Added
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#define VERSION_MJR 5
|
||||
#define VERSION_MIN 70
|
||||
#define VERSION_REV 2
|
||||
#define VERSION_REV 3
|
||||
#define VERSION_UPD 0
|
||||
|
||||
#if VERSION_UPD > 0
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#define VERSION_MJR 1
|
||||
#define VERSION_MIN 15
|
||||
#define VERSION_REV 2
|
||||
#define VERSION_REV 3
|
||||
#define VERSION_UPD 0
|
||||
|
||||
#ifndef STR
|
||||
|
|
Loading…
Reference in New Issue