From 1b774d5abbdc6fa316db4f3d967c4a21ee5b1a60 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Thu, 23 Aug 2012 13:34:38 -0700 Subject: [PATCH] Update version number in preparation for v0.2.0 --- component.xml | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/component.xml b/component.xml index 62e74fa..505c780 100644 --- a/component.xml +++ b/component.xml @@ -3,7 +3,7 @@ - 0.1.5 + 0.2.0 libext/pal Position Astronomy Library

diff --git a/configure.ac b/configure.ac index 22f4a9a..02ccccc 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.1.5, starlink@jiscmail.ac.uk) +AC_INIT(pal, 0.2.0, starlink@jiscmail.ac.uk) dnl Require autoconf-2.50 at least AC_PREREQ(2.50)