aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2000-09-22 16:02:13 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2000-09-22 16:02:13 +0000
commitd1d99a0d7aaa30cddbe58591540d2a8d68af65cc (patch)
treedafe4eb98e3c616547ac06eb1a47e3dc84b0b04b
parent2a20379b2ca8942f9b8ef6c1cd443bd80bd7dfca (diff)
downloadPROJ-d1d99a0d7aaa30cddbe58591540d2a8d68af65cc.tar.gz
PROJ-d1d99a0d7aaa30cddbe58591540d2a8d68af65cc.zip
updated to 4.4.2
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@875 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 c733caac..e46e8cae 100755
--- a/configure
+++ b/configure
@@ -701,7 +701,7 @@ fi
PACKAGE=proj
-VERSION=4.4.1
+VERSION=4.4.2
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 144af6f5..738ae2ba 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.1)
+AM_INIT_AUTOMAKE(proj, 4.4.2)
AM_CONFIG_HEADER(src/proj_config.h)
dnl Checks for programs.