summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Eversberg2008-10-23 21:26:44 +0200
committerAndreas Eversberg2008-10-23 21:26:44 +0200
commit122a9b232937a3c8dcf791165f6db67c357fd1bf (patch)
tree0a458f2fc3c5bd51acef966f475d7e47f6bfb91a /configure.ac
parentnow chan_lcr.so is moved to asterisk' modules directory when installing. (diff)
downloadlcr-122a9b232937a3c8dcf791165f6db67c357fd1bf.tar.gz
lcr-122a9b232937a3c8dcf791165f6db67c357fd1bf.tar.xz
lcr-122a9b232937a3c8dcf791165f6db67c357fd1bf.zip
added chan_lcr and Makefile.am fixes by Matthias
minor improvements for lcradmin modified: Makefile.am modified: Makefile.in modified: chan_lcr.c modified: configure modified: configure.ac modified: lcradmin.c
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 672bf71..ef76a4e 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.2, andreas@eversberg.eu)
+AC_INIT(lcr, 1.3, 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.2)
+AM_INIT_AUTOMAKE(lcr,1.3)