diff options
| -rwxr-xr-x | configure | 2 | ||||
| -rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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. |
