X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=configure.ac;h=0c7e67da66cfe67b27ab8482e30b1408c3f900a7;hp=853db8aa2c66957e4d102318001e0a3f679ac96d;hb=6336acef6e046e73776d912df55fe68f35087737;hpb=011ef7a785fd16937c832a84de64db5efc6a9833 diff --git a/configure.ac b/configure.ac index 853db8a..0c7e67d 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,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.9, andreas@eversberg.eu) +AC_INIT(lcr, 1.11, andreas@eversberg.eu) AC_PREREQ(2.59) AC_CONFIG_SRCDIR([main.c]) AM_CONFIG_HEADER(config.h) @@ -33,7 +33,7 @@ AM_CONFIG_HEADER(config.h) # fix warnings from autoconf + automake AC_GNU_SOURCE # AC_USE_SYSTEM_EXTENSIONS -AM_INIT_AUTOMAKE(lcr,1.9) +AM_INIT_AUTOMAKE(lcr,1.11)