diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2022-12-03 15:34:30 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2022-12-03 15:34:30 +0100 |
commit | 756b9ce2d7fa8a4e19c734a2952358e09de51a5b (patch) | |
tree | c2bdb9e009f89a8b7e57b241112715cc5d47aeb9 /configure.ac | |
parent | 69c393fc9b8d4c526f54383d145bafb484abf6c5 (diff) |
Release version 1.0.7v1.0.7fixes-1.0.0
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e522dc0..933dfdc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([squashfs-tools-ng], [1.0.6], [goliath@infraroot.at], squashfs-tools-ng) +AC_INIT([squashfs-tools-ng], [1.0.7], [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], [3:1:2]) +AC_SUBST([LIBSQUASHFS_SO_VERSION], [4:0:3]) m4_ifndef([PKG_PROG_PKG_CONFIG], [m4_fatal([Could not locate the pkg-config autoconf |