diff options
author | Martin Szulecki | 2013-11-12 12:44:38 +0100 |
---|---|---|
committer | Martin Szulecki | 2013-11-12 13:01:55 +0100 |
commit | 6d1de7e37715889eea3ad4cea5c24b4a11ce0973 (patch) | |
tree | e12242d1f97920316f63ac0c9e486a152c8e0dff | |
parent | aafc9ed570e0889c53abf20dfec9a00b45b410a7 (diff) | |
download | ifuse-6d1de7e37715889eea3ad4cea5c24b4a11ce0973.tar.gz ifuse-6d1de7e37715889eea3ad4cea5c24b4a11ce0973.tar.bz2 |
Bump version to 1.1.3
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 29e552e..5e8a4eb 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.2) +AC_INIT(ifuse, 1.1.3) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) AC_CONFIG_SRCDIR([src/]) AC_CONFIG_HEADERS([config.h]) |