Skip to content

Commit 1f511ae

Browse files
committed
Change for release V0.6.0
1 parent 5922ea0 commit 1f511ae

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

component.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- component.xml. Generated from component.xml.in by configure. -->
44

55
<component id="pal" support="S">
6-
<version>0.5.1</version>
6+
<version>0.6.0</version>
77
<path>libext/pal</path>
88
<description>Positional Astronomy Library</description>
99
<abstract><p>

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script
22
AC_REVISION($Revision: 27534 $)
33

44
dnl Initialisation: package name and version number
5-
AC_INIT([pal],[0.5.1],[[email protected]])
5+
AC_INIT([pal],[0.6.0],[[email protected]])
66
AC_CONFIG_AUX_DIR([build-aux])
77

88
dnl Require autoconf-2.50 at least

pal.news

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ The Starlink Positional Astronomy Library (PAL) is a C implementation of the
44
SLALIB API. It is distributed under the GPL and uses the SOFA library wherever
55
possible.
66

7+
V0.6.0
8+
9+
New function, palVers, provides API access to the PAL
10+
version number as a string or integer.
11+
712
V0.5.1
813

914
The configure script was getting confused if run outside of

0 commit comments

Comments
 (0)