Skip to content

Commit 440306b

Browse files
committed
rebuilt libpng dlls for windows from 1.6.55 version
1 parent 1d5e1da commit 440306b

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

VisualC/external/include/png.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* png.h - header file for PNG reference library
22
*
3-
* libpng version 1.6.54
3+
* libpng version 1.6.55
44
*
55
* Copyright (c) 2018-2026 Cosmin Truta
66
* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson
@@ -14,7 +14,7 @@
1414
* libpng versions 0.89, June 1996, through 0.96, May 1997: Andreas Dilger
1515
* libpng versions 0.97, January 1998, through 1.6.35, July 2018:
1616
* Glenn Randers-Pehrson
17-
* libpng versions 1.6.36, December 2018, through 1.6.54, January 2026:
17+
* libpng versions 1.6.36, December 2018, through 1.6.55, February 2026:
1818
* Cosmin Truta
1919
* See also "Contributing Authors", below.
2020
*/
@@ -238,7 +238,7 @@
238238
* ...
239239
* 1.5.30 15 10530 15.so.15.30[.0]
240240
* ...
241-
* 1.6.54 16 10654 16.so.16.54[.0]
241+
* 1.6.55 16 10655 16.so.16.55[.0]
242242
*
243243
* Henceforth the source version will match the shared-library major and
244244
* minor numbers; the shared-library major version number will be used for
@@ -274,7 +274,7 @@
274274
*/
275275

276276
/* Version information for png.h - this should match the version in png.c */
277-
#define PNG_LIBPNG_VER_STRING "1.6.54"
277+
#define PNG_LIBPNG_VER_STRING "1.6.55"
278278
#define PNG_HEADER_VERSION_STRING " libpng version " PNG_LIBPNG_VER_STRING "\n"
279279

280280
/* The versions of shared library builds should stay in sync, going forward */
@@ -285,7 +285,7 @@
285285
/* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */
286286
#define PNG_LIBPNG_VER_MAJOR 1
287287
#define PNG_LIBPNG_VER_MINOR 6
288-
#define PNG_LIBPNG_VER_RELEASE 54
288+
#define PNG_LIBPNG_VER_RELEASE 55
289289

290290
/* This should be zero for a public release, or non-zero for a
291291
* development version.
@@ -316,7 +316,7 @@
316316
* From version 1.0.1 it is:
317317
* XXYYZZ, where XX=major, YY=minor, ZZ=release
318318
*/
319-
#define PNG_LIBPNG_VER 10654 /* 1.6.54 */
319+
#define PNG_LIBPNG_VER 10655 /* 1.6.55 */
320320

321321
/* Library configuration: these options cannot be changed after
322322
* the library has been built.
@@ -426,7 +426,7 @@ extern "C" {
426426
/* This triggers a compiler error in png.c, if png.c and png.h
427427
* do not agree upon the version number.
428428
*/
429-
typedef char *png_libpng_version_1_6_54;
429+
typedef char *png_libpng_version_1_6_55;
430430

431431
/* Basic control structions. Read libpng-manual.txt or libpng.3 for more info.
432432
*

VisualC/external/include/pngconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* pngconf.h - machine-configurable file for libpng
22
*
3-
* libpng version 1.6.54
3+
* libpng version 1.6.55
44
*
55
* Copyright (c) 2018-2026 Cosmin Truta
66
* Copyright (c) 1998-2002,2004,2006-2016,2018 Glenn Randers-Pehrson

VisualC/external/include/pnglibconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* pnglibconf.h - library build configuration */
22

3-
/* libpng version 1.6.54 */
3+
/* libpng version 1.6.55 */
44

55
/* Copyright (c) 2018-2026 Cosmin Truta */
66
/* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson */
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)