summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-05-31 16:47:26 +0000
committerRalf Baechle <ralf@linux-mips.org>2013-05-31 16:47:26 +0000
commit39c60647c91bdb4240690c7af8e5095836696157 (patch)
tree1ba03699bc55f1992ac42296dba367f9650a48e7
parentba427e818ea35a5b498f2c4c232c1441f4418e0e (diff)
Bump version number to 0.0.8-rc2.
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8d0e600..8b0750f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,6 +60,11 @@ if test "x$GCC" = "xyes"; then
fi
fi
+basever=$(echo $PACKAGE_VERSION | sed -e 's@-.*$@@')
+AC_SUBST(BASEVERSION, [$basever])
+extraver=$(echo $PACKAGE_VERSION | sed -e 's@@<:@^-@:>@*-@@' -e 's@-@_@')
+AC_SUBST(EXTRAVERSION, [$extraver])
+
AC_CONFIG_FILES([call/Makefile ax25ipd/Makefile listen/Makefile Makefile ax25rtd/Makefile ax25mond/Makefile ax25-apps.spec])
AC_OUTPUT