diff options
author | Martin Szulecki | 2020-06-15 22:14:41 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-15 22:14:41 +0200 |
commit | 14b0bfa9161407bc15d2065bcc91e6ed248c91ca (patch) | |
tree | a6cc5eb7214812502553f140bdc8c8c71fc098f0 | |
parent | bcd0270cad62c8f75c7ad2d848f9b82c25261eb4 (diff) | |
download | ideviceinstaller-14b0bfa9161407bc15d2065bcc91e6ed248c91ca.tar.gz ideviceinstaller-14b0bfa9161407bc15d2065bcc91e6ed248c91ca.tar.bz2 |
Post release version bump to 1.1.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 73d3979..39e78f5 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.64) -AC_INIT([ideviceinstaller], [1.1.1], [https://github.com/libimobiledevice/ideviceinstaller/issues],, [https://libimobiledevice.org]) +AC_INIT([ideviceinstaller], [1.1.2], [https://github.com/libimobiledevice/ideviceinstaller/issues],, [https://libimobiledevice.org]) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) |