Skip to content

Commit

Permalink
Version 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pamaddox committed Jun 19, 2024
1 parent 2c8af99 commit 7593130
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

## 2.7

### 2.7.2

* Add include of `cstdint.h` to `mtev_json_object.h` to fix include order
dependency

### 2.7.1

* Silence unused parameter warnings in test suite
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif

SEMVER_MAJOR=2
SEMVER_MINOR=7
SEMVER_PATCH=1
SEMVER_PATCH=2
LIBMTEV_VERSION=$(SEMVER_MAJOR).$(SEMVER_MINOR).$(SEMVER_PATCH)

prefix=@prefix@
Expand Down

0 comments on commit 7593130

Please sign in to comment.