From: Andreas Eversberg Date: Sun, 29 Jul 2012 10:49:08 +0000 (+0200) Subject: Bump version to 1.13 X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=commitdiff_plain;h=8b9bdad861adfc1ddb4b84113404459f9e447de0 Bump version to 1.13 --- diff --git a/configure.ac b/configure.ac index ae7446c..2440d44 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.12, andreas@eversberg.eu) +AC_INIT(lcr, 1.13, 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.12) +AM_INIT_AUTOMAKE(lcr,1.13)