summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2012-04-08 21:31:32 +0200
committerGravatar Martin Szulecki2012-04-08 21:31:32 +0200
commiteb8d5bd92b59dfc35bef2e28e44b9bcda6eb9c38 (patch)
tree5f3de22ee8707e69e7f78e26933f62913a9c75b0 /configure.ac
parent4050f960a91375f427effad50b5f5f0070aadab2 (diff)
downloadifuse-eb8d5bd92b59dfc35bef2e28e44b9bcda6eb9c38.tar.gz
ifuse-eb8d5bd92b59dfc35bef2e28e44b9bcda6eb9c38.tar.bz2
Bump version to 1.1.2
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 a01f665..2a98733 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.1)
+AC_INIT(ifuse, 1.1.2)
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
AC_CONFIG_SRCDIR([src/])
AC_CONFIG_HEADERS([config.h])