This commit is contained in:
DavidXanatos 2024-05-07 14:25:51 +02:00
parent 6bb631b53a
commit 927ad6d1e0
3 changed files with 12 additions and 4 deletions

View File

@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [1.14.0 / 5.69.0] - 2024-05-??
### Added
## [1.13.7 / 5.68.7] - 2024-05-01 ## [1.13.7 / 5.68.7] - 2024-05-01
### Added ### Added

View File

@ -25,8 +25,8 @@
#define STR(X) STR2(X) #define STR(X) STR2(X)
#define VERSION_MJR 5 #define VERSION_MJR 5
#define VERSION_MIN 68 #define VERSION_MIN 69
#define VERSION_REV 7 #define VERSION_REV 0
#define VERSION_UPD 0 #define VERSION_UPD 0
#if VERSION_UPD > 0 #if VERSION_UPD > 0

View File

@ -1,8 +1,8 @@
#pragma once #pragma once
#define VERSION_MJR 1 #define VERSION_MJR 1
#define VERSION_MIN 13 #define VERSION_MIN 14
#define VERSION_REV 7 #define VERSION_REV 0
#define VERSION_UPD 0 #define VERSION_UPD 0
#ifndef STR #ifndef STR