summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-04 04:23:41 +0200
committerGravatar Martin Szulecki2020-06-04 04:23:41 +0200
commit33cac8826f375a41e042e2201fcba0083e80267f (patch)
tree1212ae5d20ca21239aef6b6c147c46ad6e35a8e8
parent31fc3659703297cc0497206b0bbfda03465952ac (diff)
downloadlibideviceactivation-33cac8826f375a41e042e2201fcba0083e80267f.tar.gz
libideviceactivation-33cac8826f375a41e042e2201fcba0083e80267f.tar.bz2
Post release version bump to 1.1.1
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index daf79d2..371aedf 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.1.0], [https://github.com/libimobiledevice/libideviceactivation/issues],, [http://libimobiledevice.org])
+AC_INIT([libideviceactivation], [1.1.1], [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/])