1.14.0
This commit is contained in:
parent
6bb631b53a
commit
927ad6d1e0
|
@ -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
|
||||
|
||||
### Added
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
#define STR(X) STR2(X)
|
||||
|
||||
#define VERSION_MJR 5
|
||||
#define VERSION_MIN 68
|
||||
#define VERSION_REV 7
|
||||
#define VERSION_MIN 69
|
||||
#define VERSION_REV 0
|
||||
#define VERSION_UPD 0
|
||||
|
||||
#if VERSION_UPD > 0
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#define VERSION_MJR 1
|
||||
#define VERSION_MIN 13
|
||||
#define VERSION_REV 7
|
||||
#define VERSION_MIN 14
|
||||
#define VERSION_REV 0
|
||||
#define VERSION_UPD 0
|
||||
|
||||
#ifndef STR
|
||||
|
|
Loading…
Reference in New Issue