Skip to content

Commit 1ac68cb

Browse files
committed
Release v1.6.4
1 parent 1067a45 commit 1ac68cb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

77
## unreleased
88

9+
## 1.6.4 - 2023-03-11
10+
11+
### Fixed
12+
13+
- Fix the `DOWNLOAD_EXTRACT_TIMESTAMP` CMake warning ([issue #15](https://github.com/Hirrolot/datatype99/issues/15)).
14+
915
## 1.6.3 - 2022-05-15
1016

1117
### Fixed

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 3
102+
#define DATATYPE99_PATCH 4
103103

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

0 commit comments

Comments
 (0)