Skip to content

Commit e24fc6a

Browse files
committed
Release v1.6.5
1 parent 42a61aa commit e24fc6a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## unreleased
88

9+
## 1.6.5 - 2025-03-17
10+
911
### Fixed
1012

1113
- Update the minimum required CMake version to 3.10.0 due to deprecation (see [metalang99/issues/33](https://github.com/hirrolot/metalang99/issues/33)).

datatype99.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ SOFTWARE.
9999

100100
#define DATATYPE99_MAJOR 1
101101
#define DATATYPE99_MINOR 6
102-
#define DATATYPE99_PATCH 4
102+
#define DATATYPE99_PATCH 5
103103

104104
#define DATATYPE99_VERSION_COMPATIBLE(x, y, z) \
105105
(DATATYPE99_MAJOR == (x) && \

0 commit comments

Comments
 (0)