Skip to content

Commit

Permalink
Bump version to unstable 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyM committed Apr 28, 2011
1 parent 9eb864f commit bac7ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)
AC_INIT(libimobiledevice, 1.1.0, [email protected])
AC_INIT(libimobiledevice, 1.1.1, [email protected])
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AC_CONFIG_SRCDIR([src/])
Expand All @@ -15,7 +15,7 @@ dnl libtool versioning
# changes to the signature and the semantic)
# ? :+1 : ? == just internal changes
# CURRENT : REVISION : AGE
LIBIMOBILEDEVICE_SO_VERSION=2:0:0
LIBIMOBILEDEVICE_SO_VERSION=2:1:0

AC_SUBST(LIBIMOBILEDEVICE_SO_VERSION)

Expand Down

0 comments on commit bac7ac1

Please sign in to comment.