diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-06-13 03:53:43 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-06-13 04:08:14 +0200 |
commit | 1b7368d88262455d3618774aed5df350db337386 (patch) | |
tree | 5a210e5b87c182f7b415d8a27691b447b1bbfd65 /configure.ac | |
parent | 89406b2996c7b173787b29ee34d6ee9ffd0a711c (diff) |
Bump the so version number for libsquashfs
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 5ab3a84..16629d5 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_PROG_SED AC_SYS_LARGEFILE AC_CANONICAL_HOST -AC_SUBST([LIBSQUASHFS_SO_VERSION], [0:0:0]) +AC_SUBST([LIBSQUASHFS_SO_VERSION], [1:0:0]) m4_ifndef([PKG_PROG_PKG_CONFIG], [m4_fatal([Could not locate the pkg-config autoconf @@ -246,7 +246,7 @@ AC_CHECK_FUNCS([strndup getline getsubopt]) ##### generate output ##### AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_FILES([lib/sqfs/libsquashfs0.pc]) +AC_CONFIG_FILES([lib/sqfs/libsquashfs1.pc]) AC_CONFIG_FILES([Doxyfile]) AC_CONFIG_FILES([tests/cantrbry.sh], [chmod +x tests/cantrbry.sh]) AC_CONFIG_FILES([tests/test_tar_sqfs.sh], [chmod +x tests/test_tar_sqfs.sh]) |