Skip to content

Commit 723bc75

Browse files
committed
Release v1.0.2
1 parent 299dfe3 commit 723bc75

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## unreleased
88

9+
## 1.0.2 - 2025-03-17
10+
911
### Fixed
1012

1113
- Update the minimum required CMake version to 3.10.0 due to deprecation (see [metalang99/issues/33](https://github.com/hirrolot/metalang99/issues/33)).

interface99.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ SOFTWARE.
8787

8888
#define IFACE99_MAJOR 1
8989
#define IFACE99_MINOR 0
90-
#define IFACE99_PATCH 1
90+
#define IFACE99_PATCH 2
9191

9292
#define IFACE99_VERSION_COMPATIBLE(x, y, z) \
9393
(IFACE99_MAJOR == (x) && \

0 commit comments

Comments
 (0)