diff options
author | Martin Szulecki | 2020-06-15 22:15:05 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-15 22:15:05 +0200 |
commit | 38c9f456fb4fc007ea99dff70eda32950a39fd2a (patch) | |
tree | 40d25f102cf8473a8f0ae2f496197800f84b8217 | |
parent | 33434dec21198de11cea78325321d55ebb7bd71f (diff) | |
download | ifuse-38c9f456fb4fc007ea99dff70eda32950a39fd2a.tar.gz ifuse-38c9f456fb4fc007ea99dff70eda32950a39fd2a.tar.bz2 |
Post release version bump to 1.1.5
-rw-r--r-- | configure.ac | 2 |
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/]) |