diff --git a/ChangeLog.md b/ChangeLog.md index 962800fa..b9b7de92 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,7 +4,9 @@ ## 2.7 - * Fix bug where X509 OSCP errors were not being handled properly and could +### 2.7.4 + + * Fix bug where X509 OCSP errors were not being handled properly and could cause Lua overflow errors. * Fix bug where certificate dates would return errors if after the 32-bit apocalypse. diff --git a/src/Makefile.in b/src/Makefile.in index 6666beb5..a9785925 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -9,7 +9,7 @@ endif SEMVER_MAJOR=2 SEMVER_MINOR=7 -SEMVER_PATCH=3 +SEMVER_PATCH=4 LIBMTEV_VERSION=$(SEMVER_MAJOR).$(SEMVER_MINOR).$(SEMVER_PATCH) prefix=@prefix@