Skip to content

Commit 436b2c1

Browse files
authored
Commit tarball autogen output
1 parent 2fcf943 commit 436b2c1

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

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.71 for PCRE2 10.45.
3+
# Generated by GNU Autoconf 2.71 for PCRE2 10.46.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -618,8 +618,8 @@ MAKEFLAGS=
618618
# Identity of this package.
619619
PACKAGE_NAME='PCRE2'
620620
PACKAGE_TARNAME='pcre2'
621-
PACKAGE_VERSION='10.45'
622-
PACKAGE_STRING='PCRE2 10.45'
621+
PACKAGE_VERSION='10.46'
622+
PACKAGE_STRING='PCRE2 10.46'
623623
PACKAGE_BUGREPORT=''
624624
PACKAGE_URL=''
625625

@@ -1460,7 +1460,7 @@ if test "$ac_init_help" = "long"; then
14601460
# Omit some internal or obsolete options to make the list less imposing.
14611461
# This message is too long to be a string in the A/UX 3.1 sh.
14621462
cat <<_ACEOF
1463-
\`configure' configures PCRE2 10.45 to adapt to many kinds of systems.
1463+
\`configure' configures PCRE2 10.46 to adapt to many kinds of systems.
14641464

14651465
Usage: $0 [OPTION]... [VAR=VALUE]...
14661466

@@ -1531,7 +1531,7 @@ fi
15311531

15321532
if test -n "$ac_init_help"; then
15331533
case $ac_init_help in
1534-
short | recursive ) echo "Configuration of PCRE2 10.45:";;
1534+
short | recursive ) echo "Configuration of PCRE2 10.46:";;
15351535
esac
15361536
cat <<\_ACEOF
15371537

@@ -1719,7 +1719,7 @@ fi
17191719
test -n "$ac_init_help" && exit $ac_status
17201720
if $ac_init_version; then
17211721
cat <<\_ACEOF
1722-
PCRE2 configure 10.45
1722+
PCRE2 configure 10.46
17231723
generated by GNU Autoconf 2.71
17241724

17251725
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2074,7 +2074,7 @@ cat >config.log <<_ACEOF
20742074
This file contains any messages produced by compilers while
20752075
running configure, to aid debugging if configure makes a mistake.
20762076

2077-
It was created by PCRE2 $as_me 10.45, which was
2077+
It was created by PCRE2 $as_me 10.46, which was
20782078
generated by GNU Autoconf 2.71. Invocation command line was
20792079

20802080
$ $0$ac_configure_args_raw
@@ -3346,7 +3346,7 @@ fi
33463346

33473347
# Define the identity of the package.
33483348
PACKAGE='pcre2'
3349-
VERSION='10.45'
3349+
VERSION='10.46'
33503350

33513351

33523352
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -14162,9 +14162,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
1416214162
# Versioning
1416314163

1416414164
PCRE2_MAJOR="10"
14165-
PCRE2_MINOR="45"
14165+
PCRE2_MINOR="46"
1416614166
PCRE2_PRERELEASE=""
14167-
PCRE2_DATE="2025-02-05"
14167+
PCRE2_DATE="2025-08-27"
1416814168

1416914169
if test "$PCRE2_MINOR" = "08" -o "$PCRE2_MINOR" = "09"
1417014170
then
@@ -17286,7 +17286,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1728617286
# report actual input values of CONFIG_FILES etc. instead of their
1728717287
# values after options handling.
1728817288
ac_log="
17289-
This file was extended by PCRE2 $as_me 10.45, which was
17289+
This file was extended by PCRE2 $as_me 10.46, which was
1729017290
generated by GNU Autoconf 2.71. Invocation command line was
1729117291

1729217292
CONFIG_FILES = $CONFIG_FILES
@@ -17354,7 +17354,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1735417354
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1735517355
ac_cs_config='$ac_cs_config_escaped'
1735617356
ac_cs_version="\\
17357-
PCRE2 config.status 10.45
17357+
PCRE2 config.status 10.46
1735817358
configured by $0, generated by GNU Autoconf 2.71,
1735917359
with options \\"\$ac_cs_config\\"
1736017360

src/config.h.generic

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ sure both macros are undefined; an emulation function will then be used. */
255255
#define PACKAGE_NAME "PCRE2"
256256

257257
/* Define to the full name and version of this package. */
258-
#define PACKAGE_STRING "PCRE2 10.45"
258+
#define PACKAGE_STRING "PCRE2 10.46"
259259

260260
/* Define to the one symbol short name of this package. */
261261
#define PACKAGE_TARNAME "pcre2"
@@ -264,7 +264,7 @@ sure both macros are undefined; an emulation function will then be used. */
264264
#define PACKAGE_URL ""
265265

266266
/* Define to the version of this package. */
267-
#define PACKAGE_VERSION "10.45"
267+
#define PACKAGE_VERSION "10.46"
268268

269269
/* The value of PARENS_NEST_LIMIT specifies the maximum depth of nested
270270
parentheses (of any kind) in a pattern. This limits the amount of system
@@ -464,7 +464,7 @@ sure both macros are undefined; an emulation function will then be used. */
464464
#endif
465465

466466
/* Version number of package */
467-
#define VERSION "10.45"
467+
#define VERSION "10.46"
468468

469469
/* Number of bits in a file offset, on hosts where this is settable. */
470470
/* #undef _FILE_OFFSET_BITS */

src/pcre2.h.generic

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ POSSIBILITY OF SUCH DAMAGE.
4242
/* The current PCRE version information. */
4343

4444
#define PCRE2_MAJOR 10
45-
#define PCRE2_MINOR 45
45+
#define PCRE2_MINOR 46
4646
#define PCRE2_PRERELEASE
47-
#define PCRE2_DATE 2025-02-05
47+
#define PCRE2_DATE 2025-08-27
4848

4949
/* When an application links to a PCRE DLL in Windows, the symbols that are
5050
imported have to be identified as such. When building PCRE2, the appropriate

0 commit comments

Comments
 (0)