X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=configure.ac;h=697a7786e5369f0cfe74c44c7eb0ddd501861e38;hp=38eaec699f1050f7035e7b3fad83b39062a86795;hb=507d22099d8b7fce31bf2d575f609cc8d94131ea;hpb=b5aad71a2f512277e6abd4e0ca2d6d9fdb44120a diff --git a/configure.ac b/configure.ac index 38eaec6..697a778 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.11, andreas@eversberg.eu) +AC_INIT(lcr, 1.12, 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.11) +AM_INIT_AUTOMAKE(lcr,1.12)