summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2019-11-26 10:21:16 +0100
committerGravatar Nikias Bassen2019-11-26 10:21:16 +0100
commite97cebeaf7d8f3793b40c3e7bb3ab63853098f5d (patch)
tree2e9d9bab469ad95f0635d1c5719c6b0e515650bf /configure.ac
parent8f3afaf4cac7fcf64723be466fdb29009b34bb73 (diff)
downloadlibusbmuxd-e97cebeaf7d8f3793b40c3e7bb3ab63853098f5d.tar.gz
libusbmuxd-e97cebeaf7d8f3793b40c3e7bb3ab63853098f5d.tar.bz2
tools: Rename icat to inetcat due to name conflict with sleuthkit2.0.1
See https://github.com/libimobiledevice/libusbmuxd/issues/84
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1ce7bf2..1c8a965 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT(libusbmuxd, 2.0.0, nospam@nowhere.com)
+AC_INIT(libusbmuxd, 2.0.1, nospam@nowhere.com)
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AC_CONFIG_SRCDIR([src/])