We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1067a45 commit 1ac68cbCopy full SHA for 1ac68cb
CHANGELOG.md
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## unreleased
8
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
15
## 1.6.3 - 2022-05-15
16
17
### Fixed
datatype99.h
@@ -99,7 +99,7 @@ SOFTWARE.
99
100
#define DATATYPE99_MAJOR 1
101
#define DATATYPE99_MINOR 6
102
-#define DATATYPE99_PATCH 3
+#define DATATYPE99_PATCH 4
103
104
#define DATATYPE99_VERSION_COMPATIBLE(x, y, z) \
105
(DATATYPE99_MAJOR == (x) && \
0 commit comments