File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## unreleased
88
9+ ## 1.6.3 - 2022-05-15
10+
911### Fixed
1012
11- - C++ compilation ([ issue #14 ] ( https://github.com/Hirrolot/datatype99/issues/14 ) ).
13+ - Generation of binding variables when compiling on C++ ([ issue #14 ] ( https://github.com/Hirrolot/datatype99/issues/14 ) ).
1214
1315## 1.6.2 - 2022-01-02
1416
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ SOFTWARE.
9999
100100#define DATATYPE99_MAJOR 1
101101#define DATATYPE99_MINOR 6
102- #define DATATYPE99_PATCH 2
102+ #define DATATYPE99_PATCH 3
103103
104104#define DATATYPE99_VERSION_COMPATIBLE (x , y , z ) \
105105 (DATATYPE99_MAJOR == (x) && \
You can’t perform that action at this time.
0 commit comments