Skip to content

Commit 1fc79f9

Browse files
committed
Prepare for v1.4.0
1 parent ad39ed7 commit 1fc79f9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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.4.0] - 2021-08-13
10+
911
### Added
1012

1113
- `MATCHES`/`MATCHES99` to know where is a macro and where is a function.

datatype99.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ SOFTWARE.
9393
#define DATATYPE99_RECORD_DERIVE_dummy_IMPL(...) ML99_empty()
9494

9595
#define DATATYPE99_MAJOR 1
96-
#define DATATYPE99_MINOR 3
96+
#define DATATYPE99_MINOR 4
9797
#define DATATYPE99_PATCH 0
9898

9999
// } (Various public stuff)

0 commit comments

Comments
 (0)