From b02cc45e51d72061edd14f5b069ac01262e6dcd3 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sun, 27 Jan 2019 05:36:07 +0100 Subject: Bump version to 1.1.0 and update soversion accordingly --- configure.ac | 4 ++-- 1 file 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 -- cgit v1.1-32-gdbae