summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2005-12-29 22:01:44 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2005-12-29 22:01:44 +0000
commit0776b32d29bd4bf7b67814eacec89bc4013629b8 (patch)
treef4cb01dfeac43ee9104dd24a7d5ab1a3330e8620 /configure.ac
parent301f5d59af14bf4b3c687b04248a323924d5403f (diff)
downloadlibtiff-git-0776b32d29bd4bf7b67814eacec89bc4013629b8.tar.gz
3.8.0 released.v3.8.0Release-v3-8-0
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 ac7d6d3e..997bd344 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.7.4, [tiff@lists.maptools.org], tiff)
+AC_INIT([LibTIFF Software], 3.8.0, [tiff@lists.maptools.org], tiff)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(m4)
AC_LANG(C)
@@ -40,8 +40,8 @@ AM_MAINTAINER_MODE
dnl Versioning.
dnl Don't fill the ALPHA_VERSION field, if not applicable.
LIBTIFF_MAJOR_VERSION=3
-LIBTIFF_MINOR_VERSION=7
-LIBTIFF_MICRO_VERSION=4
+LIBTIFF_MINOR_VERSION=8
+LIBTIFF_MICRO_VERSION=0
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