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
6
6
7
7
## unreleased
8
8
9
+ ## 1.6.3 - 2022-05-15
10
+
9
11
### Fixed
10
12
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 ) ).
12
14
13
15
## 1.6.2 - 2022-01-02
14
16
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ SOFTWARE.
99
99
100
100
#define DATATYPE99_MAJOR 1
101
101
#define DATATYPE99_MINOR 6
102
- #define DATATYPE99_PATCH 2
102
+ #define DATATYPE99_PATCH 3
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