X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=configure.ac;h=e1d3db640deee4605b4982c7f28aa880792c8343;hp=9012f57f3dfef01184dc1fe7dd0c0906e093e362;hb=57549529c86785b7ecf5f56d2a3ff42b5e519755;hpb=bf61575a94ec0e4e02824b7bfe8b1063ddf3daa5 diff --git a/configure.ac b/configure.ac index 9012f57..e1d3db6 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ dnl Boston, MA 02110-1301, USA. dnl This keeps being the first instruction. dnl Change the 2nd argument if the version increases dnl 1st + 2nd argument is used for distribution package name -AC_INIT(lcr, 1.3, andreas@eversberg.eu) +AC_INIT(lcr, 1.4, andreas@eversberg.eu) AC_PREREQ(2.59) AC_CONFIG_SRCDIR([main.c]) AM_CONFIG_HEADER(config.h) @@ -32,7 +32,7 @@ AM_CONFIG_HEADER(config.h) # fix warnings from autoconf + automake AC_GNU_SOURCE # AC_USE_SYSTEM_EXTENSIONS -AM_INIT_AUTOMAKE(lcr,1.3) +AM_INIT_AUTOMAKE(lcr,1.4)