aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-16 01:37:49 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-16 01:37:49 +0800
commitfceee8779ee072ba1979c99642f770fd112ba333 (patch)
tree7c57700caeec21b5aed6b627ca8c7737ac96f105
parente27740a0e2eff7640fcc08d74c53530bebb4b4ac (diff)
Bump the version.on-waves/0.3.99.12
-rw-r--r--openbsc/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/configure.in b/openbsc/configure.in
index 3e5f56715..608372d66 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.11onwaves)
+AC_INIT(openbsc, 0.3.99.12onwaves)
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.3)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.1.7)
dnl checks for header files
AC_HEADER_STDC