Skip to content

Commit

Permalink
Release v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hirrolot committed Dec 1, 2021
1 parent 8564372 commit 3ac33c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## unreleased

## 0.8.2 - 2021-12-01

### Added

- Add the root `CMakeLists.txt` to be able to use CMake with [`FetchContent`] or [`add_subdirectory`].
Expand Down
6 changes: 3 additions & 3 deletions interface99.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ SOFTWARE.

#include <metalang99.h>

#if !ML99_VERSION_COMPATIBLE(1, 12, 0)
#error Please, update Metalang99 to v1.12.0 or later.
#if !ML99_VERSION_COMPATIBLE(1, 13, 0)
#error Please, update Metalang99 to v1.13.0 or later.
#endif

#ifndef IFACE99_NO_ALIASES
Expand Down Expand Up @@ -81,7 +81,7 @@ SOFTWARE.

#define IFACE99_MAJOR 0
#define IFACE99_MINOR 8
#define IFACE99_PATCH 1
#define IFACE99_PATCH 2
// } (Public stuff)

// Interface generation {
Expand Down

0 comments on commit 3ac33c6

Please sign in to comment.