From 490663fb465924a88391de698310ba8d845fceac Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Wed, 16 Jul 2014 17:46:31 -0700 Subject: [PATCH] Time to up the version number --- component.xml | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/component.xml b/component.xml index 172fda8..7fd4b62 100644 --- a/component.xml +++ b/component.xml @@ -3,7 +3,7 @@ - 0.3.1 + 0.4.0 libext/pal Positional Astronomy Library

diff --git a/configure.ac b/configure.ac index b49920f..8e01b5d 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.3.1],[starlink@jiscmail.ac.uk]) +AC_INIT([pal],[0.4.0],[starlink@jiscmail.ac.uk]) dnl Require autoconf-2.50 at least AC_PREREQ([2.69])