]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - image_png.c
oops, should use 1.4.0 in the libpng14 version string to be sure
[xonotic/darkplaces.git] / image_png.c
index 61892e5e5fba299f05c6ab74fa720410d88fbc34..ed5ed62340593b73534accec5ca117275ac6e3e6 100644 (file)
@@ -169,7 +169,7 @@ void PNG_CloseLibrary (void)
 */
 
 #define PNG_LIBPNG_VER_STRING_12 "1.2.4"
-#define PNG_LIBPNG_VER_STRING_14 "1.4.1"
+#define PNG_LIBPNG_VER_STRING_14 "1.4.0"
 
 #define PNG_COLOR_MASK_PALETTE    1
 #define PNG_COLOR_MASK_COLOR      2