diff options
author | Martin Szulecki | 2012-04-08 21:31:32 +0200 |
---|---|---|
committer | Martin Szulecki | 2012-04-08 21:31:32 +0200 |
commit | eb8d5bd92b59dfc35bef2e28e44b9bcda6eb9c38 (patch) | |
tree | 5f3de22ee8707e69e7f78e26933f62913a9c75b0 | |
parent | 4050f960a91375f427effad50b5f5f0070aadab2 (diff) | |
download | ifuse-eb8d5bd92b59dfc35bef2e28e44b9bcda6eb9c38.tar.gz ifuse-eb8d5bd92b59dfc35bef2e28e44b9bcda6eb9c38.tar.bz2 |
Bump version to 1.1.2
-rw-r--r-- | configure.ac | 2 |
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]) |