]> 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)
committerRudolf Polzer <divverent@alientrap.org>
Tue, 15 Jun 2010 06:54:17 +0000 (08:54 +0200)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10231 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=50d8d204d06d81edaf3066973a8ed2d18b643491

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