diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-16 08:03:59 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-16 08:03:59 +0100 |
commit | 46404af54430a03cbe244ea34cd5cab9f4d595e0 (patch) | |
tree | 0104034c1997b53b9d7483601f1b149e5dfa140c /configure.in | |
parent | ced2edbd4ed42395f719ea2cf8f98e070592f6ab (diff) | |
download | feh-46404af54430a03cbe244ea34cd5cab9f4d595e0.zip |
Release v1.4.1
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 7ab20da..2badc80 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to create configure. AC_INIT(src/main.c) -AM_INIT_AUTOMAKE(feh, 1.4) +AM_INIT_AUTOMAKE(feh, 1.4.1) AM_CONFIG_HEADER(src/config.h) AC_PROG_CC |