aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-03 19:38:01 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-03 19:38:01 +0800
commit936d8c1b6401a329744f5b926b7df87299af3b39 (patch)
tree0a47c71e2ca623079509ee381b1a0a6eab5e7931
parent3170305e56e7f4777e524c1e8078ec41a2d43f8b (diff)
Work with later libosmocore.on-waves/0.3.99.4
-rw-r--r--openbsc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/configure.in b/openbsc/configure.in
index ec7203620..1c5f9bfbd 100644
--- a/openbsc/configure.in
+++ b/openbsc/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script
AC_INIT
-AM_INIT_AUTOMAKE(openbsc, 0.3.99.3onwaves)
+AM_INIT_AUTOMAKE(openbsc, 0.3.99.4onwaves)
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])