aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-11-20 17:43:40 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-11-20 17:43:40 +0100
commitd1dd069b48fc6452b090e40c022d8e0cac665662 (patch)
tree26a338b068a044ef2382d6cda9550f3975807005
parent401db32ca2a64e2eb4beaed361cfca9ed6620c6a (diff)
[configure] Add onwaves to the version tag
-rw-r--r--openbsc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/configure.in b/openbsc/configure.in
index cba6c6cd9..520fb75ef 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.0alpha1)
+AM_INIT_AUTOMAKE(openbsc, 0.1onwaves)
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])