Bump version to 1.6.46.git

This commit is contained in:
Cosmin Truta
2025-01-08 19:26:11 +02:00
parent 51f5bd68b9
commit 8ffc967e8a
13 changed files with 44 additions and 34 deletions

View File

@@ -50,7 +50,7 @@
#define STDERR stdout
/* Generate a compiler error if there is an old png.h in the search path. */
typedef png_libpng_version_1_6_45 Your_png_h_is_not_version_1_6_45;
typedef png_libpng_version_1_6_46_git Your_png_h_is_not_version_1_6_46_git;
/* Ensure that all version numbers in png.h are consistent with one another. */
#if (PNG_LIBPNG_VER != PNG_LIBPNG_VER_MAJOR * 10000 + \