Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hirrolot committed Nov 9, 2021
1 parent 67bd125 commit 3aef00e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.0] - 2021-11-09

### Added

- `VCALL`, `VCALL_OBJ`, `VCALL_SUPER`, `VCALL_SUPER_OBJ` as a convenient syntax sugar to call virtual functions.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ perim = 30

## Installation

1. Download Interface99 and [Metalang99] (minimum supported version -- [1.10.0](https://github.com/Hirrolot/metalang99/releases/tag/v1.10.0)).
1. Download Interface99 and [Metalang99] (minimum supported version -- [1.12.0](https://github.com/Hirrolot/metalang99/releases/tag/v1.12.0)).
2. Add `interface99` and `metalang99/include` to your include paths.
3. `#include <interface99.h>` beforehand.

Expand Down
2 changes: 1 addition & 1 deletion interface99.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ SOFTWARE.
#define VSELF99(T) T *restrict self = (T * restrict)(iface99_self)

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

Expand Down

0 comments on commit 3aef00e

Please sign in to comment.