aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-16 12:55:14 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-16 12:55:14 +0800
commitce701d7c5f78f2f6c60499db81c107540732acd8 (patch)
tree5cfa83014bbaf56511051fb12c6de47b39a09fbe
parentf3759a4934276d946f90df4b3e8055b0a6287b17 (diff)
new release with possible fix for the blackberry...on-waves/0.3.99.16
-rw-r--r--openbsc/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/configure.in b/openbsc/configure.in
index 300bb8a85..69ab81b61 100644
--- a/openbsc/configure.in
+++ b/openbsc/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script
-AC_INIT(openbsc, 0.3.99.15onwaves)
+AC_INIT(openbsc, 0.3.99.16onwaves)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
dnl kernel style compile messages
@@ -15,7 +15,7 @@ dnl checks for libraries
AC_SEARCH_LIBS(crypt, crypt,
[LIBCRYPT="-lcrypt"; AC_DEFINE([VTY_CRYPT_PW], [], [Use crypt functionality of vty.])])
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.7)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.11)
dnl checks for header files
AC_HEADER_STDC