This commit is contained in:
DavidXanatos 2024-11-19 16:04:13 +01:00
parent fa70d9c993
commit 0cf5d8dc90
3 changed files with 11 additions and 2 deletions

View File

@ -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/). 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 ## [1.15.2 / 5.70.2] - 2024-11-18
### Added ### Added

View File

@ -26,7 +26,7 @@
#define VERSION_MJR 5 #define VERSION_MJR 5
#define VERSION_MIN 70 #define VERSION_MIN 70
#define VERSION_REV 2 #define VERSION_REV 3
#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 15 #define VERSION_MIN 15
#define VERSION_REV 2 #define VERSION_REV 3
#define VERSION_UPD 0 #define VERSION_UPD 0
#ifndef STR #ifndef STR