From 7476048ba3b9e6667bfec74a5eb4d0c387113fc7 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 1 Mar 2009 20:03:32 +0100 Subject: New release 1.4 modified: README modified: chan_lcr.c modified: configure modified: configure.ac --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9012f57..e1d3db6 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,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.3, andreas@eversberg.eu) +AC_INIT(lcr, 1.4, andreas@eversberg.eu) AC_PREREQ(2.59) AC_CONFIG_SRCDIR([main.c]) AM_CONFIG_HEADER(config.h) @@ -32,7 +32,7 @@ AM_CONFIG_HEADER(config.h) # fix warnings from autoconf + automake AC_GNU_SOURCE # AC_USE_SYSTEM_EXTENSIONS -AM_INIT_AUTOMAKE(lcr,1.3) +AM_INIT_AUTOMAKE(lcr,1.4) -- cgit v1.2.3-55-g7522