From 1fc69c4b300e32b4af019f33908efab12d49ff0a Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 15 Aug 2024 14:00:53 -0400 Subject: [PATCH] Release 1.0.5 A lot of changes since the last release, time to do a new one! I bumped the lib version minor since we have added new APIs. Signed-off-by: Colin Walters --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0dff98b..93899d4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([composefs], [1.0.4], [giuseppe@scrivano.org]) +AC_INIT([composefs], [1.0.5], [giuseppe@scrivano.org]) AC_CONFIG_SRCDIR([tools/mkcomposefs.c]) AC_CONFIG_HEADERS([config.h]) AC_SYS_LARGEFILE @@ -21,7 +21,7 @@ AC_SYS_LARGEFILE # (And never do that lightly) m4_define([LIBCOMPOSEFS_VERSION_MAJOR], [1]) -m4_define([LIBCOMPOSEFS_VERSION_MINOR], [2]) +m4_define([LIBCOMPOSEFS_VERSION_MINOR], [3]) m4_define([LIBCOMPOSEFS_VERSION_MICRO], [0]) LT_PREREQ([2.2.6])