From aa2dd3ef76334e6763b1d6d36aea5c7e802cb5b3 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Thu, 5 Apr 2001 04:25:30 +0000 Subject: updated version to 4.4.3 git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@932 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index e46e8cae..24a084e3 100755 --- a/configure +++ b/configure @@ -701,7 +701,7 @@ fi PACKAGE=proj -VERSION=4.4.2 +VERSION=4.4.3 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/configure.in b/configure.in index 738ae2ba..fec42a83 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/pj_init.c) -AM_INIT_AUTOMAKE(proj, 4.4.2) +AM_INIT_AUTOMAKE(proj, 4.4.3) AM_CONFIG_HEADER(src/proj_config.h) dnl Checks for programs. -- cgit v1.2.3