diff options
author | Cosmin Truta <ctruta@gmail.com> | 2018-12-01 09:36:00 -0500 |
---|---|---|
committer | Cosmin Truta <ctruta@gmail.com> | 2018-12-01 09:36:00 -0500 |
commit | eddf9023206dc40974c26f589ee2ad63a4227a1e (patch) | |
tree | 6e2316181950ab0d807e941e75b5d1334c768cce /png.c | |
parent | e79085a1724ccc5526dc752f6a696b3a94ef8cfa (diff) |
Release libpng version 1.6.36
Diffstat (limited to 'png.c')
-rw-r--r-- | png.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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_36_git Your_png_h_is_not_version_1_6_36_git; +typedef png_libpng_version_1_6_36 Your_png_h_is_not_version_1_6_36; #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.36.git" PNG_STRING_NEWLINE \ + "libpng version 1.6.36" PNG_STRING_NEWLINE \ "Copyright (c) 2018 Cosmin Truta" PNG_STRING_NEWLINE \ "Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson" \ PNG_STRING_NEWLINE \ |