aboutsummaryrefslogtreecommitdiff
path: root/pngtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'pngtest.c')
-rw-r--r--pngtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngtest.c b/pngtest.c
index 45ef66a70..81da72126 100644
--- a/pngtest.c
+++ b/pngtest.c
@@ -46,7 +46,7 @@
#include "png.h"
/* Generate a compiler error if there is an old png.h in the search path. */
-typedef png_libpng_version_1_6_43 Your_png_h_is_not_version_1_6_43;
+typedef png_libpng_version_1_6_44_git Your_png_h_is_not_version_1_6_44_git;
/* Ensure that all version numbers in png.h are consistent with one another. */
#if (PNG_LIBPNG_VER != PNG_LIBPNG_VER_MAJOR * 10000 + \