Skip to content

Commit

Permalink
Bump version to 1.1.0 and update soversion accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Jan 27, 2019
1 parent 7fe0b91 commit b02cc45
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.64)
AC_INIT([libideviceactivation], [1.0.1], [https://github.com/libimobiledevice/libideviceactivation/issues],, [http://libimobiledevice.org])
AC_INIT([libideviceactivation], [1.1.0], [https://github.com/libimobiledevice/libideviceactivation/issues],, [http://libimobiledevice.org])
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news])
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
LIBIDEVICEACTIVATION_SO_VERSION=2:1:0
LIBIDEVICEACTIVATION_SO_VERSION=3:0:1

dnl Minimum package versions
LIBIMOBILEDEVICE_VERSION=1.2.1
Expand Down

0 comments on commit b02cc45

Please sign in to comment.