aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-01 15:01:45 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-01 15:01:45 +0800
commit88b299ca2437afb88a365af07bebdc9c7f6570c3 (patch)
treefae12ea93a54b821c7398c1d324ec21a9b3604fb
parent58a2758e7819b5a6e0dfc21496ba0f703fc2900f (diff)
configure.in: Bump the version due mem leak fixes.on-waves/0.3.99.2
The nat is stable and in testing..
-rw-r--r--openbsc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/configure.in b/openbsc/configure.in
index 0caf74dc4..95b60ea26 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.1onwaves)
+AM_INIT_AUTOMAKE(openbsc, 0.3.99.2onwaves)
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])