aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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])