X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=configure.ac;h=cf41b2c34007f6224e2c548b23df658870e77928;hp=5e01e41bb054eaef6a0b37e3c3e815850dd119a7;hb=ad6182c219d7787dd1ded5645af17100b67f53e9;hpb=16445870043275f7d5a0b7aa9a1abfa9e8a5c249;ds=sidebyside diff --git a/configure.ac b/configure.ac index 5e01e41..cf41b2c 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.8, andreas@eversberg.eu) +AC_INIT(lcr, 1.9, 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.8) +AM_INIT_AUTOMAKE(lcr,1.9)