diff options
author | Martin Szulecki | 2014-10-16 02:31:10 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-16 02:31:10 +0200 |
commit | 32f2e4f85c386f82d997672bcf9767da8efaec5d (patch) | |
tree | f91927086d2f44db343c4aa427ad9fd1d495e589 | |
parent | ee2d9225a1e8c6123b153d33f570749590b42911 (diff) | |
download | libideviceactivation-32f2e4f85c386f82d997672bcf9767da8efaec5d.tar.gz libideviceactivation-32f2e4f85c386f82d997672bcf9767da8efaec5d.tar.bz2 |
Bump version to 1.0.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index be53005..61ce87a 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, 0.9.1, info@libimobiledevice.org) +AC_INIT(libideviceactivation, 1.0.0, 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/]) |