summaryrefslogtreecommitdiff
path: root/png.c
diff options
context:
space:
mode:
authorCosmin Truta <ctruta@gmail.com>2019-04-14 14:10:32 -0400
committerCosmin Truta <ctruta@gmail.com>2019-04-14 14:10:32 -0400
commita40189cf881e9f0db80511c382292a5604c3c3d1 (patch)
tree990a23a76966d36d1fa4c0cf76436cf8d850ff13 /png.c
parent8da8257d0bd9db65c602d917a2f24a3cdf251adb (diff)
downloadlibpng-a40189cf881e9f0db80511c382292a5604c3c3d1.tar.gz
Release libpng version 1.6.37v1.6.37
Diffstat (limited to 'png.c')
-rw-r--r--png.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/png.c b/png.c
index efd1aecfb..757c755f9 100644
--- a/png.c
+++ b/png.c
@@ -14,7 +14,7 @@
#include "pngpriv.h"
/* Generate a compiler error if there is an old png.h in the search path. */
-typedef png_libpng_version_1_6_37_git Your_png_h_is_not_version_1_6_37_git;
+typedef png_libpng_version_1_6_37 Your_png_h_is_not_version_1_6_37;
#ifdef __GNUC__
/* The version tests may need to be added to, but the problem warning has
@@ -815,7 +815,7 @@ png_get_copyright(png_const_structrp png_ptr)
return PNG_STRING_COPYRIGHT
#else
return PNG_STRING_NEWLINE \
- "libpng version 1.6.37.git" PNG_STRING_NEWLINE \
+ "libpng version 1.6.37" PNG_STRING_NEWLINE \
"Copyright (c) 2018-2019 Cosmin Truta" PNG_STRING_NEWLINE \
"Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson" \
PNG_STRING_NEWLINE \