summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Eversberg2010-01-15 21:50:35 +0100
committerAndreas Eversberg2010-01-15 21:50:35 +0100
commit043714d9d457d5461b0a46680e1501c0736e2586 (patch)
tree16f96999a0d5a9b619c28d1e05bcf505ae804063 /configure.ac
parentTest fix for lcr and dtmf. (diff)
downloadlcr-043714d9d457d5461b0a46680e1501c0736e2586.tar.gz
lcr-043714d9d457d5461b0a46680e1501c0736e2586.tar.xz
lcr-043714d9d457d5461b0a46680e1501c0736e2586.zip
New version 1.7
modified: Makefile.in modified: README modified: configure modified: configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 494b352..d138e16 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.6, andreas@eversberg.eu)
+AC_INIT(lcr, 1.7, 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.6)
+AM_INIT_AUTOMAKE(lcr,1.7)