Skip to content

Commit

Permalink
Version 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabiszewski committed May 28, 2022
1 parent 1e49245 commit 864e3a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
@@ -1,3 +1,4 @@
2022-05-28: Version 0.11
2022-05-27: Fix potential null pointer dereference on corrupt input when inflections CNCX record is not initialized
2022-05-23: Fix index entries count
2022-05-23: Prevent leak of index entries on corrupt data
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.62])
AC_INIT([libmobi], [0.10])
AC_INIT([libmobi], [0.11])
AC_CONFIG_SRCDIR([src/buffer.c])

# Enable automake
Expand Down

0 comments on commit 864e3a8

Please sign in to comment.