diff options
author | Nikias Bassen <nikias@gmx.li> | 2019-12-05 00:54:24 +0100 |
---|---|---|
committer | Nikias Bassen <nikias@gmx.li> | 2019-12-05 00:54:24 +0100 |
commit | 563cd25dc5d289f74ee72ffbf0e1efbba90b7ec5 (patch) | |
tree | 536138ad3a005d635ca61e14b65cbea6aef1e640 | |
parent | cca207cc909a9b36b2ba3994ac22f737cbb7978f (diff) | |
download | libusbmuxd-563cd25dc5d289f74ee72ffbf0e1efbba90b7ec5.tar.gz |
Bump version to 2.0.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1c8a965..e3cb042 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.1, nospam@nowhere.com) +AC_INIT(libusbmuxd, 2.0.2, 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/]) |