Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
melsman committed Dec 15, 2023
1 parent 0cc0070 commit 093c63b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 093c63b

Please sign in to comment.