summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2019-01-27 05:36:07 +0100
committerGravatar Nikias Bassen2019-01-27 05:36:07 +0100
commitb02cc45e51d72061edd14f5b069ac01262e6dcd3 (patch)
tree6793b82252960d3894964d1d6800c92a77018904
parent7fe0b91785d39c6b1455925e04f32cf62d888a2a (diff)
downloadlibideviceactivation-b02cc45e51d72061edd14f5b069ac01262e6dcd3.tar.gz
libideviceactivation-b02cc45e51d72061edd14f5b069ac01262e6dcd3.tar.bz2
Bump version to 1.1.0 and update soversion accordingly1.1.0
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 938e8a7..daf79d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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/])
@@ -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