diff options
author | Matt Colyer | 2010-03-21 09:43:23 -0700 |
---|---|---|
committer | Matt Colyer | 2010-03-21 09:43:23 -0700 |
commit | eced427b5e69e7422e5f16bf367be34668224f88 (patch) | |
tree | f879f92b13145bc4c2f72b2cf189a459968a2863 | |
parent | 643bcedac2a2571c362fa7c59e09d705b1ed2f73 (diff) | |
download | libimobiledevice-eced427b5e69e7422e5f16bf367be34668224f88.tar.gz libimobiledevice-eced427b5e69e7422e5f16bf367be34668224f88.tar.bz2 |
Bump version to 1.0.01.0.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ce8983f..e7e2cb4 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, 0.9.7, nospam@nowhere.com) +AC_INIT(libimobiledevice, 1.0.0, nospam@nowhere.com) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) |