summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HOWTO-RELEASE24
-rw-r--r--RELEASE-DATE2
-rw-r--r--VERSION2
-rw-r--r--libtiff/tiffvers.h4
4 files changed, 17 insertions, 15 deletions
diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE
index ad6e40a8..269cc90e 100644
--- a/HOWTO-RELEASE
+++ b/HOWTO-RELEASE
@@ -24,32 +24,34 @@ utilities to release a package.
Version should be updated in two places: in the second argument of the
AC_INIT macro and in LIBTIFF_xxx_VERSION variables.
-5. sh configure
+5. autoconf
-6. make release -- this will update "RELEASE-DATE" and "VERSION" in the top
+6. sh configure
+
+7. make release -- this will update "RELEASE-DATE" and "VERSION" in the top
level dir, and libtiff/tiffvers.h.
-7. Please verify that the version info in RELEASE-DATE, VERSION and
+8. Please verify that the version info in RELEASE-DATE, VERSION and
libtiff/tiffvers.h is right.
-8. make; make distcheck (to test).
+9. make; make distcheck (to test).
-9. make distclean
+10. make distclean
-10. cvs commit
+11. cvs commit
-11. cvs tag Release-v3-5-7 (or the appropriate name for the release)
+12. cvs tag Release-v3-5-7 (or the appropriate name for the release)
-12. make dist
+13. make dist
Two files with names tiff-version.tar.gz and tiff-version.zip will
be created in the top level package directory.
-13. Copy to ftp.remotesensing.org ftp site.
+14. Copy to ftp.remotesensing.org ftp site.
scp tiff-*.tar.gz ftp.remotesensing.org:/ftp/remotesensing/pub/libtiff
scp tiff-*.zip ftp.remotesensing.org:/ftp/remotesensing/pub/libtiff
-14. Announce to list, tiff@remotesensing.org]
+15. Announce to list, tiff@remotesensing.org]
-15. Update libtiff page on freshmeat with new version announcement.
+16. Update libtiff page on freshmeat with new version announcement.
diff --git a/RELEASE-DATE b/RELEASE-DATE
index 4ba9f1d8..9da67c70 100644
--- a/RELEASE-DATE
+++ b/RELEASE-DATE
@@ -1 +1 @@
-20050315
+20050704
diff --git a/VERSION b/VERSION
index 0b2eb36f..c1e43e6d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.7.2
+3.7.3
diff --git a/libtiff/tiffvers.h b/libtiff/tiffvers.h
index 94925872..0b022957 100644
--- a/libtiff/tiffvers.h
+++ b/libtiff/tiffvers.h
@@ -1,4 +1,4 @@
-#define TIFFLIB_VERSION_STR "LIBTIFF, Version 3.7.2\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc."
+#define TIFFLIB_VERSION_STR "LIBTIFF, Version 3.7.3\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc."
/*
* This define can be used in code that requires
* compilation-related definitions specific to a
@@ -6,4 +6,4 @@
* version checking should be done based on the
* string returned by TIFFGetVersion.
*/
-#define TIFFLIB_VERSION 20050315
+#define TIFFLIB_VERSION 20050704