|
29 | 29 | * However, the following notice accompanied the original version of this |
30 | 30 | * file and, per its terms, should not be removed: |
31 | 31 | * |
32 | | - * libpng version 1.6.54 |
| 32 | + * libpng version 1.6.55 |
33 | 33 | * |
34 | 34 | * Copyright (c) 2018-2026 Cosmin Truta |
35 | 35 | * Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson |
|
43 | 43 | * libpng versions 0.89, June 1996, through 0.96, May 1997: Andreas Dilger |
44 | 44 | * libpng versions 0.97, January 1998, through 1.6.35, July 2018: |
45 | 45 | * Glenn Randers-Pehrson |
46 | | - * libpng versions 1.6.36, December 2018, through 1.6.54, January 2026: |
| 46 | + * libpng versions 1.6.36, December 2018, through 1.6.55, February 2026: |
47 | 47 | * Cosmin Truta |
48 | 48 | * See also "Contributing Authors", below. |
49 | 49 | */ |
|
267 | 267 | * ... |
268 | 268 | * 1.5.30 15 10530 15.so.15.30[.0] |
269 | 269 | * ... |
270 | | - * 1.6.54 16 10654 16.so.16.54[.0] |
| 270 | + * 1.6.55 16 10655 16.so.16.55[.0] |
271 | 271 | * |
272 | 272 | * Henceforth the source version will match the shared-library major and |
273 | 273 | * minor numbers; the shared-library major version number will be used for |
|
303 | 303 | */ |
304 | 304 |
|
305 | 305 | /* Version information for png.h - this should match the version in png.c */ |
306 | | -#define PNG_LIBPNG_VER_STRING "1.6.54" |
| 306 | +#define PNG_LIBPNG_VER_STRING "1.6.55" |
307 | 307 | #define PNG_HEADER_VERSION_STRING " libpng version " PNG_LIBPNG_VER_STRING "\n" |
308 | 308 |
|
309 | 309 | /* The versions of shared library builds should stay in sync, going forward */ |
|
314 | 314 | /* These should match the first 3 components of PNG_LIBPNG_VER_STRING: */ |
315 | 315 | #define PNG_LIBPNG_VER_MAJOR 1 |
316 | 316 | #define PNG_LIBPNG_VER_MINOR 6 |
317 | | -#define PNG_LIBPNG_VER_RELEASE 54 |
| 317 | +#define PNG_LIBPNG_VER_RELEASE 55 |
318 | 318 |
|
319 | 319 | /* This should be zero for a public release, or non-zero for a |
320 | 320 | * development version. |
|
345 | 345 | * From version 1.0.1 it is: |
346 | 346 | * XXYYZZ, where XX=major, YY=minor, ZZ=release |
347 | 347 | */ |
348 | | -#define PNG_LIBPNG_VER 10654 /* 1.6.54 */ |
| 348 | +#define PNG_LIBPNG_VER 10655 /* 1.6.55 */ |
349 | 349 |
|
350 | 350 | /* Library configuration: these options cannot be changed after |
351 | 351 | * the library has been built. |
@@ -455,7 +455,7 @@ extern "C" { |
455 | 455 | /* This triggers a compiler error in png.c, if png.c and png.h |
456 | 456 | * do not agree upon the version number. |
457 | 457 | */ |
458 | | -typedef char *png_libpng_version_1_6_54; |
| 458 | +typedef char *png_libpng_version_1_6_55; |
459 | 459 |
|
460 | 460 | /* Basic control structions. Read libpng-manual.txt or libpng.3 for more info. |
461 | 461 | * |
|
0 commit comments