X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=configure.ac;h=c36340cc40a3192f4b725188f354bd8367e37141;hp=2440d44ab82d5e26ca1a037eb0d8525e1d216c9f;hb=b2dfcf34e67bad4896bb5f73b33509771b937802;hpb=4b85a2abcd708ad8d0e02dca9913db7bd6ab4fed diff --git a/configure.ac b/configure.ac index 2440d44..c36340c 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.13, andreas@eversberg.eu) +AC_INIT(lcr, 1.14, 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.13) +AM_INIT_AUTOMAKE(lcr,1.14)