summaryrefslogtreecommitdiff
path: root/png/png.h
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-01-17 10:36:52 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-01-17 10:36:52 +0100
commite480dc38719b0eb6d1cd179503ab9a6365fe6670 (patch)
treeb4d335a0ef53208af398100e7a60eb3098984759 /png/png.h
parent39eba133de302f393cc2dabfa5c1d933239cd1ce (diff)
Update bundled libpng to version 1.6.39 - cont'd
Diffstat (limited to 'png/png.h')
-rw-r--r--png/png.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/png/png.h b/png/png.h
index 139eb0dc0..412e7971e 100644
--- a/png/png.h
+++ b/png/png.h
@@ -428,7 +428,7 @@ extern "C" {
/* This triggers a compiler error in png.c, if png.c and png.h
* do not agree upon the version number.
*/
-typedef char* png_libpng_version_1_6_37;
+typedef char* png_libpng_version_1_6_39;
/* Basic control structions. Read libpng-manual.txt or libpng.3 for more info.
*