From fceee8779ee072ba1979c99642f770fd112ba333 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 16 May 2010 01:37:49 +0800 Subject: Bump the version. --- openbsc/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsc') 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 -- cgit v1.2.3