summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2006-03-23 14:54:00 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2006-03-23 14:54:00 +0000
commitb90b47e6f7565fa082ccc6dfe56e5ac73dd9867c (patch)
tree21e078961b3d96b74b1b3a46698b6ec9e8b19401 /configure.ac
parentbd5bff3cf6d9672df34c1d14c1bb4d9972ba25cd (diff)
downloadlibtiff-git-b90b47e6f7565fa082ccc6dfe56e5ac73dd9867c.tar.gz
libtiff 3.8.2 released.v3.8.2Release-v3-8-2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 9cc73e59..e5406cda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl -*- Autoconf -*-
dnl Tag Image File Format (TIFF) Software
dnl
-dnl Copyright (C) 2004, Andrey Kiselev <dron@remotesensing.org>
+dnl Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
dnl
dnl Permission to use, copy, modify, distribute, and sell this software and
dnl its documentation for any purpose is hereby granted without fee, provided
@@ -25,7 +25,7 @@ dnl OF THIS SOFTWARE.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([LibTIFF Software], 3.8.1, [tiff@lists.maptools.org], tiff)
+AC_INIT([LibTIFF Software], 3.8.2, [tiff@lists.maptools.org], tiff)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(m4)
AC_LANG(C)
@@ -41,7 +41,7 @@ dnl Versioning.
dnl Don't fill the ALPHA_VERSION field, if not applicable.
LIBTIFF_MAJOR_VERSION=3
LIBTIFF_MINOR_VERSION=8
-LIBTIFF_MICRO_VERSION=1
+LIBTIFF_MICRO_VERSION=2
LIBTIFF_ALPHA_VERSION=
LIBTIFF_VERSION=$LIBTIFF_MAJOR_VERSION.$LIBTIFF_MINOR_VERSION.$LIBTIFF_MICRO_VERSION$LIBTIFF_ALPHA_VERSION
dnl This will be used with the 'make release' target