From 093c63bede9eadc1e74ab355f73c6fe5c8c6d854 Mon Sep 17 00:00:00 2001 From: Martin Elsman Date: Fri, 15 Dec 2023 10:57:50 +0100 Subject: [PATCH] new version --- NEWS.md | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index cf684e457..66ce1ccee 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ ## MLKit NEWS +### MLKit version 4.7.7 is released + +* mael 2023-12-15: Cleanup and various optimisation improvements + (e.g., constant constructor-switch folding). + * mael 2023-12-07: Improved FFI auto-conversion. It is now easier to call c code using MLKit's auto-conversion features (PR #154). diff --git a/configure.ac b/configure.ac index 7eba77363..901382825 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(MLKit, [v4.7.6]) +AC_INIT(MLKit, [v4.7.7]) AC_CONFIG_HEADERS([src/config.h]) AC_REVISION($Revision$) AC_CONFIG_FILES([src/Runtime/Makefile