Skip to content

Commit f38ca75

Browse files
committed
Update PCRE version (bug #69689)
1 parent 88aab47 commit f38ca75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/pcre/pcrelib/config.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ them both to 0; an emulation function will be used. */
312312
#define PACKAGE_NAME "PCRE"
313313

314314
/* Define to the full name and version of this package. */
315-
#define PACKAGE_STRING "PCRE 8.36"
315+
#define PACKAGE_STRING "PCRE 8.37"
316316

317317
/* Define to the one symbol short name of this package. */
318318
#define PACKAGE_TARNAME "pcre"
@@ -321,7 +321,7 @@ them both to 0; an emulation function will be used. */
321321
#define PACKAGE_URL ""
322322

323323
/* Define to the version of this package. */
324-
#define PACKAGE_VERSION "8.36"
324+
#define PACKAGE_VERSION "8.37"
325325

326326
/* to make a symbol visible */
327327
/* #undef PCRECPP_EXP_DECL */
@@ -437,7 +437,7 @@ them both to 0; an emulation function will be used. */
437437

438438
/* Version number of package */
439439
#ifndef VERSION
440-
#define VERSION "8.36"
440+
#define VERSION "8.37"
441441
#endif
442442

443443
/* Define to empty if `const' does not conform to ANSI C. */

0 commit comments

Comments
 (0)