Skip to content

Commit 3769a9b

Browse files
author
Git for Windows Build Agent
committed
Update 7 packages
libpcre2_16 (10.45-1 -> 10.46-1) libpcre2_32 (10.45-1 -> 10.46-1) libpcre2_8 (10.45-1 -> 10.46-1) libpcre2posix (10.45-1 -> 10.46-1) mingw-w64-i686-pcre2 (10.45-1 -> 10.46-1) mingw-w64-x86_64-pcre2 (10.45-1 -> 10.46-1) pcre2 (10.45-1 -> 10.46-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 586c145 commit 3769a9b

File tree

403 files changed

+255
-117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

403 files changed

+255
-117
lines changed

mingw32/bin/libpcre2-16-0.dll

3 KB
Binary file not shown.

mingw32/bin/libpcre2-32-0.dll

-2.5 KB
Binary file not shown.

mingw32/bin/libpcre2-8-0.dll

2 KB
Binary file not shown.

mingw32/bin/libpcre2-posix-3.dll

-1.09 KB
Binary file not shown.

mingw32/bin/pcre2-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ while test $# -gt 0; do
6666
echo $exec_prefix
6767
;;
6868
--version)
69-
echo 10.45
69+
echo 10.46
7070
;;
7171
--cflags)
7272
if test ${prefix}/include != /usr/include ; then

mingw32/bin/pcre2grep.exe

1.15 KB
Binary file not shown.

mingw32/bin/pcre2test.exe

-511 Bytes
Binary file not shown.

mingw32/include/pcre2.h

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

mingw32/lib/libpcre2-16.a

7.83 KB
Binary file not shown.

mingw32/lib/libpcre2-32.a

2.16 KB
Binary file not shown.

0 commit comments

Comments
 (0)