diff options
author | Martin Szulecki | 2020-06-04 04:34:24 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-04 04:34:24 +0200 |
commit | 845ca80260363d67746fe87190e8e5229e921fe2 (patch) | |
tree | 86fff4db836763e9aff474adb748f461af7c0397 | |
parent | e75d32c34d0e8b80320f0a007d5ecbb3f55ef7f0 (diff) | |
download | ifuse-845ca80260363d67746fe87190e8e5229e921fe2.tar.gz ifuse-845ca80260363d67746fe87190e8e5229e921fe2.tar.bz2 |
Post release version bump to 1.1.4
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 468be81..2a4c4b4 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(ifuse, 1.1.3) +AC_INIT(ifuse, 1.1.4) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) AC_CONFIG_SRCDIR([src/]) |