diff --git a/ChangeLog b/ChangeLog index 2233ee2..d611af3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +2022-03-21: Version 0.10 2022-03-21: Update Xcode project [skip ci] 2022-03-21: Add functions for retrieving orthographic index entries 2022-02-27: Add basic CMake support diff --git a/configure.ac b/configure.ac index 6a430f3..ef26473 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.62]) -AC_INIT([libmobi], [0.9]) +AC_INIT([libmobi], [0.10]) AC_CONFIG_SRCDIR([src/buffer.c]) # Enable automake