From b1df58225cc5d4b12aa756e708f416fd09bc76f9 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 3 Aug 2020 16:40:35 +0200 Subject: Patch level release 1.0.1 Signed-off-by: David Oberhollenzer --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 54d43f1..a45532e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([squashfs-tools-ng], [1.0.0], [goliath@infraroot.at], squashfs-tools-ng) +AC_INIT([squashfs-tools-ng], [1.0.1], [goliath@infraroot.at], squashfs-tools-ng) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign dist-xz subdir-objects]) AM_SILENT_RULES([yes]) @@ -11,7 +11,7 @@ AC_PROG_SED AC_SYS_LARGEFILE AC_CANONICAL_HOST -AC_SUBST([LIBSQUASHFS_SO_VERSION], [1:0:0]) +AC_SUBST([LIBSQUASHFS_SO_VERSION], [1:1:0]) m4_ifndef([PKG_PROG_PKG_CONFIG], [m4_fatal([Could not locate the pkg-config autoconf -- cgit v1.2.3