aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-19 22:22:59 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-19 22:30:28 +0800
commit3c0702d3c533ef33572f49708b601b41a541fc92 (patch)
tree8a2ccf6750b058c4f415762dee53d4be04381128 /openbsc/configure.in
parentcaf24567d134e3e783ca8f271c7cd9b21237ee35 (diff)
Increase the minor version as this is a band-aid..
Diffstat (limited to 'openbsc/configure.in')
-rw-r--r--openbsc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/configure.in b/openbsc/configure.in
index 3a273a4bf..5ac67b7b7 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.98onwaves)
+AM_INIT_AUTOMAKE(openbsc, 0.3.98.1onwaves)
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])