File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## unreleased
8
8
9
+ ## 1.6.0 - 2021-12-01
10
+
9
11
### Added
10
12
11
13
- Add the root ` CMakeLists.txt ` to be able to use CMake with [ ` FetchContent ` ] or [ ` add_subdirectory ` ] .
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ SOFTWARE.
29
29
30
30
#include <metalang99.h>
31
31
32
- #if !ML99_VERSION_COMPATIBLE (1 , 9 , 0 )
33
- #error Please, update Metalang99 to v1.9 .0 or later.
32
+ #if !ML99_VERSION_COMPATIBLE (1 , 13 , 0 )
33
+ #error Please, update Metalang99 to v1.13 .0 or later.
34
34
#endif
35
35
36
36
#ifndef DATATYPE99_NO_ALIASES
@@ -98,8 +98,8 @@ SOFTWARE.
98
98
<https://github.com/Hirrolot/datatype99/issues/12>. */
99
99
100
100
#define DATATYPE99_MAJOR 1
101
- #define DATATYPE99_MINOR 5
102
- #define DATATYPE99_PATCH 2
101
+ #define DATATYPE99_MINOR 6
102
+ #define DATATYPE99_PATCH 0
103
103
104
104
#define DATATYPE99_VERSION_COMPATIBLE (x , y , z ) \
105
105
(DATATYPE99_MAJOR == (x) && \
You can’t perform that action at this time.
0 commit comments