diff options
author | Martin Szulecki | 2014-10-16 02:41:11 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-16 02:41:11 +0200 |
commit | 68e6c764f1a50a74a9af3ef858bea0b39a7ebd9c (patch) | |
tree | 19a71b4dad4b010dd622b1dc85373b33ff349b89 | |
parent | 3d35c506b4be67347f6f68db0dd9128f012a79be (diff) | |
download | libideviceactivation-68e6c764f1a50a74a9af3ef858bea0b39a7ebd9c.tar.gz libideviceactivation-68e6c764f1a50a74a9af3ef858bea0b39a7ebd9c.tar.bz2 |
Post-release version bump to 1.0.1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 61ce87a..cf8173b 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(libideviceactivation, 1.0.0, info@libimobiledevice.org) +AC_INIT(libideviceactivation, 1.0.1, info@libimobiledevice.org) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) |