From 98e3b3bf004faecc85c482fef59d4ec90e9d6f48 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Tue, 18 Nov 2014 10:39:45 -0700 Subject: [PATCH] Call this v0.8.0 --- component.xml | 2 +- configure.ac | 2 +- pal.news | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/component.xml b/component.xml index 7e9497f..8767ec4 100644 --- a/component.xml +++ b/component.xml @@ -3,7 +3,7 @@ - 0.7.0 + 0.8.0 libext/pal Positional Astronomy Library

diff --git a/configure.ac b/configure.ac index 097f321..034d57f 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script AC_REVISION($Revision: 27534 $) dnl Initialisation: package name and version number -AC_INIT([pal],[0.7.0],[starlink@jiscmail.ac.uk]) +AC_INIT([pal],[0.8.0],[starlink@jiscmail.ac.uk]) AC_CONFIG_AUX_DIR([build-aux]) dnl Require autoconf-2.50 at least diff --git a/pal.news b/pal.news index 11ce26d..ad28889 100644 --- a/pal.news +++ b/pal.news @@ -4,6 +4,10 @@ The Starlink Positional Astronomy Library (PAL) is a C implementation of the SLALIB API. It is distributed under the GPL and uses the SOFA library wherever possible. +V0.8.0 + +Add palEcleq + V0.7.0 Add palPolmo.