Skip to content

Commit

Permalink
Release v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hirrolot committed Mar 11, 2023
1 parent 20d84e1 commit 7680ac6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## unreleased

## 1.6.4 - 2023-03-11

### Fixed

- Fix the `DOWNLOAD_EXTRACT_TIMESTAMP` CMake warning ([issue #15](https://github.com/Hirrolot/datatype99/issues/15)).

## 1.6.3 - 2022-05-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion datatype99.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ SOFTWARE.

#define DATATYPE99_MAJOR 1
#define DATATYPE99_MINOR 6
#define DATATYPE99_PATCH 3
#define DATATYPE99_PATCH 4

#define DATATYPE99_VERSION_COMPATIBLE(x, y, z) \
(DATATYPE99_MAJOR == (x) && \
Expand Down

0 comments on commit 7680ac6

Please sign in to comment.