summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorroot2009-09-06 15:36:36 +0200
committerroot2009-09-06 15:36:36 +0200
commit2188efe2cc9dfb473bf41540960382d7c43b892e (patch)
treea1b5cf3f0146ed9eff7fddecf7a119bc88582059 /configure.ac
parentMinor fix: chan_lcr will now go into RING state if remote channel is RINGING. (diff)
downloadlcr-2188efe2cc9dfb473bf41540960382d7c43b892e.tar.gz
lcr-2188efe2cc9dfb473bf41540960382d7c43b892e.tar.xz
lcr-2188efe2cc9dfb473bf41540960382d7c43b892e.zip
New Version 1.6
Fix of conference release bug. Calls can now be forwarded during alerting phase via "*3#". modified: README modified: apppbx.cpp modified: configure modified: configure.ac new file: default/openbsc.cfg modified: dss1.cpp modified: gsm.cpp modified: joinpbx.cpp
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 c4850b3..eaa0af5 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.5, andreas@eversberg.eu)
+AC_INIT(lcr, 1.6, 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.5)
+AM_INIT_AUTOMAKE(lcr,1.6)