diff options
author | Nikias Bassen | 2019-11-26 10:21:16 +0100 |
---|---|---|
committer | Nikias Bassen | 2019-11-26 10:21:16 +0100 |
commit | e97cebeaf7d8f3793b40c3e7bb3ab63853098f5d (patch) | |
tree | 2e9d9bab469ad95f0635d1c5719c6b0e515650bf /configure.ac | |
parent | 8f3afaf4cac7fcf64723be466fdb29009b34bb73 (diff) | |
download | libusbmuxd-2.0.1.tar.gz libusbmuxd-2.0.1.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.ac | 2 |
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/]) |