Skip to content

Commit 171bdd3

Browse files
committed
Bump version to 1.6.47.git
1 parent 0024abd commit 171bdd3

File tree

13 files changed

+44
-34
lines changed

13 files changed

+44
-34
lines changed

ANNOUNCE

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
libpng 1.6.47.git
2+
=================
3+
4+
This is a development version, not intended to be a public release.
5+
It will be replaced by a public release, or by another development
6+
version, at a later time.
7+
8+
19
libpng 1.6.46 - January 23, 2025
210
================================
311

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6239,6 +6239,8 @@ Version 1.6.46 [January 23, 2025]
62396239
Cleaned up contrib/pngminus: corrected an old typo, removed an old
62406240
workaround, and updated the CMake file.
62416241

6242+
Version 1.6.47 [TODO]
6243+
62426244
Send comments/corrections/commendations to png-mng-implement at lists.sf.net.
62436245
Subscription is required; visit
62446246
https://lists.sourceforge.net/lists/listinfo/png-mng-implement

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ cmake_minimum_required(VERSION 3.14)
1818

1919
set(PNGLIB_MAJOR 1)
2020
set(PNGLIB_MINOR 6)
21-
set(PNGLIB_REVISION 46)
22-
set(PNGLIB_SUBREVISION 0)
23-
#set(PNGLIB_SUBREVISION "git")
21+
set(PNGLIB_REVISION 47)
22+
#set(PNGLIB_SUBREVISION 0)
23+
set(PNGLIB_SUBREVISION "git")
2424
set(PNGLIB_VERSION ${PNGLIB_MAJOR}.${PNGLIB_MINOR}.${PNGLIB_REVISION})
2525
set(PNGLIB_ABI_VERSION ${PNGLIB_MAJOR}${PNGLIB_MINOR})
2626
set(PNGLIB_SHARED_VERSION ${PNGLIB_ABI_VERSION}.${PNGLIB_REVISION}.${PNGLIB_SUBREVISION})

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
README for libpng version 1.6.46
2-
================================
1+
README for libpng version 1.6.47.git
2+
====================================
33

44
See the note about version numbers near the top of `png.h`.
55
See `INSTALL` for instructions on how to install libpng.

configure

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.72 for libpng 1.6.46.
3+
# Generated by GNU Autoconf 2.72 for libpng 1.6.47.git.
44
#
55
# Report bugs to <png-mng-implement@lists.sourceforge.net>.
66
#
@@ -614,8 +614,8 @@ MAKEFLAGS=
614614
# Identity of this package.
615615
PACKAGE_NAME='libpng'
616616
PACKAGE_TARNAME='libpng'
617-
PACKAGE_VERSION='1.6.46'
618-
PACKAGE_STRING='libpng 1.6.46'
617+
PACKAGE_VERSION='1.6.47.git'
618+
PACKAGE_STRING='libpng 1.6.47.git'
619619
PACKAGE_BUGREPORT='png-mng-implement@lists.sourceforge.net'
620620
PACKAGE_URL=''
621621

@@ -1421,7 +1421,7 @@ if test "$ac_init_help" = "long"; then
14211421
# Omit some internal or obsolete options to make the list less imposing.
14221422
# This message is too long to be a string in the A/UX 3.1 sh.
14231423
cat <<_ACEOF
1424-
'configure' configures libpng 1.6.46 to adapt to many kinds of systems.
1424+
'configure' configures libpng 1.6.47.git to adapt to many kinds of systems.
14251425

14261426
Usage: $0 [OPTION]... [VAR=VALUE]...
14271427

@@ -1492,7 +1492,7 @@ fi
14921492

14931493
if test -n "$ac_init_help"; then
14941494
case $ac_init_help in
1495-
short | recursive ) echo "Configuration of libpng 1.6.46:";;
1495+
short | recursive ) echo "Configuration of libpng 1.6.47.git:";;
14961496
esac
14971497
cat <<\_ACEOF
14981498

@@ -1689,7 +1689,7 @@ fi
16891689
test -n "$ac_init_help" && exit $ac_status
16901690
if $ac_init_version; then
16911691
cat <<\_ACEOF
1692-
libpng configure 1.6.46
1692+
libpng configure 1.6.47.git
16931693
generated by GNU Autoconf 2.72
16941694

16951695
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1952,7 +1952,7 @@ cat >config.log <<_ACEOF
19521952
This file contains any messages produced by compilers while
19531953
running configure, to aid debugging if configure makes a mistake.
19541954

1955-
It was created by libpng $as_me 1.6.46, which was
1955+
It was created by libpng $as_me 1.6.47.git, which was
19561956
generated by GNU Autoconf 2.72. Invocation command line was
19571957

19581958
$ $0$ac_configure_args_raw
@@ -3433,7 +3433,7 @@ fi
34333433

34343434
# Define the identity of the package.
34353435
PACKAGE='libpng'
3436-
VERSION='1.6.46'
3436+
VERSION='1.6.47.git'
34373437

34383438

34393439
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -3528,10 +3528,10 @@ fi
35283528

35293529

35303530

3531-
PNGLIB_VERSION=1.6.46
3531+
PNGLIB_VERSION=1.6.47.git
35323532
PNGLIB_MAJOR=1
35333533
PNGLIB_MINOR=6
3534-
PNGLIB_RELEASE=46
3534+
PNGLIB_RELEASE=47
35353535

35363536

35373537

@@ -16165,7 +16165,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1616516165
# report actual input values of CONFIG_FILES etc. instead of their
1616616166
# values after options handling.
1616716167
ac_log="
16168-
This file was extended by libpng $as_me 1.6.46, which was
16168+
This file was extended by libpng $as_me 1.6.47.git, which was
1616916169
generated by GNU Autoconf 2.72. Invocation command line was
1617016170

1617116171
CONFIG_FILES = $CONFIG_FILES
@@ -16233,7 +16233,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1623316233
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1623416234
ac_cs_config='$ac_cs_config_escaped'
1623516235
ac_cs_version="\\
16236-
libpng config.status 1.6.46
16236+
libpng config.status 1.6.47.git
1623716237
configured by $0, generated by GNU Autoconf 2.72,
1623816238
with options \\"\$ac_cs_config\\"
1623916239

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ AC_PREREQ([2.68])
2525

2626
dnl Version number stuff here:
2727

28-
AC_INIT([libpng],[1.6.46],[png-mng-implement@lists.sourceforge.net])
28+
AC_INIT([libpng],[1.6.47.git],[png-mng-implement@lists.sourceforge.net])
2929
AC_CONFIG_MACRO_DIR([scripts/autoconf])
3030

3131
# libpng does not follow GNU file name conventions (hence 'foreign')
@@ -46,10 +46,10 @@ dnl automake, so the following is not necessary (and is not defined anyway):
4646
dnl AM_PREREQ([1.11.2])
4747
dnl stop configure from automagically running automake
4848

49-
PNGLIB_VERSION=1.6.46
49+
PNGLIB_VERSION=1.6.47.git
5050
PNGLIB_MAJOR=1
5151
PNGLIB_MINOR=6
52-
PNGLIB_RELEASE=46
52+
PNGLIB_RELEASE=47
5353

5454
dnl End of version number stuff
5555

png.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "pngpriv.h"
1414

1515
/* Generate a compiler error if there is an old png.h in the search path. */
16-
typedef png_libpng_version_1_6_46 Your_png_h_is_not_version_1_6_46;
16+
typedef png_libpng_version_1_6_47_git Your_png_h_is_not_version_1_6_47_git;
1717

1818
/* Tells libpng that we have already handled the first "num_bytes" bytes
1919
* of the PNG file signature. If the PNG data is embedded into another
@@ -793,7 +793,7 @@ png_get_copyright(png_const_structrp png_ptr)
793793
return PNG_STRING_COPYRIGHT
794794
#else
795795
return PNG_STRING_NEWLINE \
796-
"libpng version 1.6.46" PNG_STRING_NEWLINE \
796+
"libpng version 1.6.47.git" PNG_STRING_NEWLINE \
797797
"Copyright (c) 2018-2025 Cosmin Truta" PNG_STRING_NEWLINE \
798798
"Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson" \
799799
PNG_STRING_NEWLINE \

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.46
3+
* libpng version 1.6.47.git
44
*
55
* Copyright (c) 2018-2025 Cosmin Truta
66
* Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson
@@ -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.46"
277+
#define PNG_LIBPNG_VER_STRING "1.6.47.git"
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,12 +285,12 @@
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 46
288+
#define PNG_LIBPNG_VER_RELEASE 47
289289

290290
/* This should be zero for a public release, or non-zero for a
291291
* development version.
292292
*/
293-
#define PNG_LIBPNG_VER_BUILD 0
293+
#define PNG_LIBPNG_VER_BUILD 1
294294

295295
/* Release Status */
296296
#define PNG_LIBPNG_BUILD_ALPHA 1
@@ -307,7 +307,7 @@
307307
#define PNG_LIBPNG_BUILD_SPECIAL 32 /* Cannot be OR'ed with
308308
PNG_LIBPNG_BUILD_PRIVATE */
309309

310-
#define PNG_LIBPNG_BUILD_BASE_TYPE PNG_LIBPNG_BUILD_STABLE
310+
#define PNG_LIBPNG_BUILD_BASE_TYPE PNG_LIBPNG_BUILD_BETA
311311

312312
/* Careful here. At one time, Guy wanted to use 082, but that
313313
* would be octal. We must not include leading zeros.
@@ -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 10646 /* 1.6.46 */
319+
#define PNG_LIBPNG_VER 10647 /* 1.6.47.git */
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_46;
429+
typedef char* png_libpng_version_1_6_47_git;
430430

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

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.46
3+
* libpng version 1.6.47.git
44
*
55
* Copyright (c) 2018-2025 Cosmin Truta
66
* Copyright (c) 1998-2002,2004,2006-2016,2018 Glenn Randers-Pehrson

pngtest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#define STDERR stdout
5151

5252
/* Generate a compiler error if there is an old png.h in the search path. */
53-
typedef png_libpng_version_1_6_46 Your_png_h_is_not_version_1_6_46;
53+
typedef png_libpng_version_1_6_47_git Your_png_h_is_not_version_1_6_47_git;
5454

5555
/* Ensure that all version numbers in png.h are consistent with one another. */
5656
#if (PNG_LIBPNG_VER != PNG_LIBPNG_VER_MAJOR * 10000 + \

0 commit comments

Comments
 (0)