Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hirrolot committed Mar 11, 2023
1 parent b3b44d9 commit c81db7f
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.0.1 - 2023-03-11

### Fixed

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

## 1.0.0 - 2022-05-15

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

#define IFACE99_MAJOR 1
#define IFACE99_MINOR 0
#define IFACE99_PATCH 0
#define IFACE99_PATCH 1

#define IFACE99_VERSION_COMPATIBLE(x, y, z) \
(IFACE99_MAJOR == (x) && \
Expand Down

0 comments on commit c81db7f

Please sign in to comment.