From 85dcfe803fc2a21020ddcf15c3eb66b93d388add Mon Sep 17 00:00:00 2001 From: Bartek Fabiszewski Date: Mon, 17 Jun 2024 08:10:16 +0200 Subject: [PATCH] Version 0.12 --- ChangeLog | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aecdd4a..871e394 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +2024-06-17: Version 0.12 2024-02-04: Fix: missing header with libxml2 >= 2.12 2024-02-04: Max index count value is too low for some dictionaries 2023-08-10: Fix CMake debug build with MSVC, fixes #46 diff --git a/configure.ac b/configure.ac index 40629c4..6e60cd6 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.11]) +AC_INIT([libmobi], [0.12]) AC_CONFIG_SRCDIR([src/buffer.c]) # Enable automake