]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
oops, should use 1.4.0 in the libpng14 version string to be sure
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 6 Jun 2010 18:22:16 +0000 (18:22 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 6 Jun 2010 18:22:16 +0000 (18:22 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10231 d7cf8633-e32d-0410-b094-e92efae38249

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