diff options
| author | 2011-01-12 19:36:45 +0100 | |
|---|---|---|
| committer | 2011-01-12 19:36:45 +0100 | |
| commit | f427af47e1058f27d96af067affcfb87b6fd01f4 (patch) | |
| tree | 480b1b132642f4ebcb307b026671ed89f3e2d7a6 | |
| parent | ebed541462cbf2ba82c1adc95ed9a5b618a08b4d (diff) | |
| download | ifuse-f427af47e1058f27d96af067affcfb87b6fd01f4.tar.gz ifuse-f427af47e1058f27d96af067affcfb87b6fd01f4.tar.bz2 | |
Bump version to 1.1.1
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/configure.ac b/configure.ac index 2f3ef9b..52d11cb 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.0) +AC_INIT(ifuse, 1.1.1)  AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])  AC_CONFIG_SRCDIR([src/])  AC_CONFIG_HEADERS([config.h]) | 
