mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng17] Bump version to 1.7.0beta42
This commit is contained in:
@@ -781,7 +781,7 @@ write_chunks(png_structp write_ptr, int location)
|
||||
}
|
||||
}
|
||||
#endif /* WRITE */
|
||||
#else /* !PNG_READ_USER_CHUNKS_SUPPORTED */
|
||||
#else /* !READ_USER_CHUNKS */
|
||||
# define write_chunks(pp,loc) ((void)0)
|
||||
#endif
|
||||
/* END of code to demonstrate user chunk support */
|
||||
@@ -2008,4 +2008,4 @@ main(void)
|
||||
#endif
|
||||
|
||||
/* Generate a compiler error if there is an old png.h in the search path. */
|
||||
typedef png_libpng_version_1_7_0beta41 Your_png_h_is_not_version_1_7_0beta41;
|
||||
typedef png_libpng_version_1_7_0beta42 Your_png_h_is_not_version_1_7_0beta42;
|
||||
|
||||
Reference in New Issue
Block a user