From f2a3ad56e40c9711b23371238f9fa07dd24245f1 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 2 Dec 2022 19:46:35 +0100 Subject: Release version 1.2.0 Signed-off-by: David Oberhollenzer --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6d10527..8085bd2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([squashfs-tools-ng],[1.1.4],[goliath@infraroot.at],[squashfs-tools-ng]) +AC_INIT([squashfs-tools-ng],[1.2.0],[goliath@infraroot.at],[squashfs-tools-ng]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign dist-xz subdir-objects]) AM_SILENT_RULES([yes]) @@ -10,7 +10,7 @@ AC_PROG_SED AC_SYS_LARGEFILE AC_CANONICAL_HOST -AC_SUBST([LIBSQUASHFS_SO_VERSION], [4:0:3]) +AC_SUBST([LIBSQUASHFS_SO_VERSION], [5:0:4]) m4_ifndef([PKG_PROG_PKG_CONFIG], [m4_fatal([Could not locate the pkg-config autoconf -- cgit v1.2.3