diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-05 13:06:45 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-05 13:06:45 +0100 |
commit | f6c4a8a9b0685e974fbfa7aeab845ed77604ed69 (patch) | |
tree | 12f45efa9e7ea092c4e6ab992cc9df2ecc1cd05c /configure.ac | |
parent | af7bd40da91d5adbcdfcd24dae3a29c79464db2a (diff) |
Ummyeah... update version number. Fail...1.4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e01b3ba..a4caff6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to create configure. AC_INIT AC_CONFIG_SRCDIR([src/main.c]) -AM_INIT_AUTOMAKE(feh, 1.3.5) +AM_INIT_AUTOMAKE(feh, 1.4) AM_CONFIG_HEADER(src/config.h) AC_PROG_CC |