From 6176ea18f8c98969fac238fcae8a8e4234617f40 Mon Sep 17 00:00:00 2001 From: David Berry Date: Fri, 10 May 2019 13:25:12 +0100 Subject: [PATCH] Forgot to update version number in previous commit --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 90da528f..9661c98b 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ dnl 1.5. It should work with autoconf versions 2.50 or better, and dnl automake 1.6 or better. dnl Initialisation: package name and version number -AC_INIT([ast],[8.7.0],[starlink@jiscmail.ac.uk]) +AC_INIT([ast],[8.7.1],[starlink@jiscmail.ac.uk]) AC_CONFIG_AUX_DIR([build-aux]) dnl Require autoconf-2.50 at least