summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-15 22:15:05 +0200
committerGravatar Martin Szulecki2020-06-15 22:15:05 +0200
commit38c9f456fb4fc007ea99dff70eda32950a39fd2a (patch)
tree40d25f102cf8473a8f0ae2f496197800f84b8217 /configure.ac
parent33434dec21198de11cea78325321d55ebb7bd71f (diff)
downloadifuse-38c9f456fb4fc007ea99dff70eda32950a39fd2a.tar.gz
ifuse-38c9f456fb4fc007ea99dff70eda32950a39fd2a.tar.bz2
Post release version bump to 1.1.5
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7ea63a0..90331a8 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([ifuse], [1.1.4], [https://github.com/libimobiledevice/ifuse/issues],, [https://libimobiledevice.org])
+AC_INIT([ifuse], [1.1.5], [https://github.com/libimobiledevice/ifuse/issues],, [https://libimobiledevice.org])
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip check-news])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AC_CONFIG_SRCDIR([src/])