aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2001-04-05 04:25:30 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2001-04-05 04:25:30 +0000
commitaa2dd3ef76334e6763b1d6d36aea5c7e802cb5b3 (patch)
treeb5035d91b3f76a1a83637296e1cb1c46b82c58d5
parent224dd253645bf7cc825288621d3d46ebf98238ff (diff)
downloadPROJ-aa2dd3ef76334e6763b1d6d36aea5c7e802cb5b3.tar.gz
PROJ-aa2dd3ef76334e6763b1d6d36aea5c7e802cb5b3.zip
updated version to 4.4.3
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@932 4e78687f-474d-0410-85f9-8d5e500ac6b2
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
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.