summaryrefslogtreecommitdiff
path: root/libtiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-12-09 15:54:08 +0100
committerEven Rouault <even.rouault@spatialys.com>2022-12-09 15:54:08 +0100
commitc83c038d357d61ea7e6b4ad6a6c4384ab6c457ee (patch)
treeca6a7bc41be02f9f3b1d64e27945df772b3a348e /libtiff
parentcbb492c27959402604d652c7ee857cf361e48fd1 (diff)
downloadlibtiff-git-c83c038d357d61ea7e6b4ad6a6c4384ab6c457ee.tar.gz
Prepare v4.5.0 release
Diffstat (limited to 'libtiff')
-rw-r--r--libtiff/tiffvers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtiff/tiffvers.h b/libtiff/tiffvers.h
index cbeec2c9..ad21a413 100644
--- a/libtiff/tiffvers.h
+++ b/libtiff/tiffvers.h
@@ -1,5 +1,5 @@
#define TIFFLIB_VERSION_STR \
- "LIBTIFF, Version 4.4.0\nCopyright (c) 1988-1996 Sam Leffler\nCopyright " \
+ "LIBTIFF, Version 4.5.0\nCopyright (c) 1988-1996 Sam Leffler\nCopyright " \
"(c) 1991-1996 Silicon Graphics, Inc."
/*
* This define can be used in code that requires
@@ -8,4 +8,4 @@
* version checking should be done based on the
* string returned by TIFFGetVersion.
*/
-#define TIFFLIB_VERSION 20220520
+#define TIFFLIB_VERSION 20221209