From 39c60647c91bdb4240690c7af8e5095836696157 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 31 May 2013 16:47:26 +0000 Subject: Bump version number to 0.0.8-rc2. --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') 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 -- cgit v1.2.3