diff options
author | Martin Szulecki | 2012-04-08 01:56:29 +0200 |
---|---|---|
committer | Martin Szulecki | 2012-04-08 01:56:29 +0200 |
commit | df808a678a28bdc11c6ffdea34a453ef66466a30 (patch) | |
tree | 9e5b011f03bac4c97052247e35a7011a01399376 | |
parent | 6c179de21ff94be96df3064ce40e832749cd6f1a (diff) | |
download | libimobiledevice-1.1.3.tar.gz libimobiledevice-1.1.3.tar.bz2 |
Bump version to unstable 1.1.31.1.3
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e3cbb19..44e5546 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(libimobiledevice, 1.1.2, nospam@nowhere.com) +AC_INIT(libimobiledevice, 1.1.3, nospam@nowhere.com) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) |