diff options
author | Martin Szulecki | 2014-10-14 19:01:06 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-14 19:01:06 +0200 |
commit | 949f2f3e633b1f02005e00955d192450032b806e (patch) | |
tree | e28c7c97e407bbab632235c20643f07fce2939e7 | |
parent | b8ea34cbf77c1eacc0ec558bb59b38e053daa8cf (diff) | |
download | ideviceinstaller-949f2f3e633b1f02005e00955d192450032b806e.tar.gz ideviceinstaller-949f2f3e633b1f02005e00955d192450032b806e.tar.bz2 |
Bump version to 1.1.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0529da5..7a7187e 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(ideviceinstaller, 1.0.1, nospam@nowhere.com) +AC_INIT(ideviceinstaller, 1.1.0, nospam@nowhere.com) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) |