summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-03-31 23:08:20 +0200
committerGravatar Martin Szulecki2010-03-31 23:08:20 +0200
commitb1fa58d09428ae4ff35d610b50424aa7e6eea4c1 (patch)
tree9438916a6187d185caa236dac8e811a8299ee7f8 /configure.ac
parent5c5214d2ac10a3417ee572453ceef60cbe4eb8da (diff)
downloadlibimobiledevice-b1fa58d09428ae4ff35d610b50424aa7e6eea4c1.tar.gz
libimobiledevice-b1fa58d09428ae4ff35d610b50424aa7e6eea4c1.tar.bz2
Bump version to unstable 1.1.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1b697b5..8900754 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.0.0, nospam@nowhere.com)
+AC_INIT(libimobiledevice, 1.1.0, nospam@nowhere.com)
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AC_CONFIG_SRCDIR([src/])