From 05de05145edb656e2adb165a3985d0bdb99ae9e8 Mon Sep 17 00:00:00 2001 From: David Berry Date: Mon, 11 Dec 2017 11:37:27 +0000 Subject: [PATCH] Update version to 8.6.1 prior to making a github release --- component.xml | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/component.xml b/component.xml index 2bd11087..f799ea21 100644 --- a/component.xml +++ b/component.xml @@ -2,7 +2,7 @@ - 8.6.0 + 8.6.1 libext/ast WCS library diff --git a/configure.ac b/configure.ac index 033b0eef..c124ebaa 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.6.0],[starlink@jiscmail.ac.uk]) +AC_INIT([ast],[8.6.1],[starlink@jiscmail.ac.uk]) AC_CONFIG_AUX_DIR([build-aux]) dnl Require autoconf-2.50 at least