summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matt Colyer2010-03-21 09:43:23 -0700
committerGravatar Matt Colyer2010-03-21 09:43:23 -0700
commiteced427b5e69e7422e5f16bf367be34668224f88 (patch)
treef879f92b13145bc4c2f72b2cf189a459968a2863
parent643bcedac2a2571c362fa7c59e09d705b1ed2f73 (diff)
downloadlibimobiledevice-1.0.0.tar.gz
libimobiledevice-1.0.0.tar.bz2
Bump version to 1.0.01.0.0
-rw-r--r--configure.ac2
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/])