Skip to content

Commit 11928db

Browse files
smalyshevJulien Pauli
authored andcommitted
Update PCRE version (bug #69689)
1 parent 68dec50 commit 11928db

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
@@ -314,7 +314,7 @@ them both to 0; an emulation function will be used. */
314314
#define PACKAGE_NAME "PCRE"
315315

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

319319
/* Define to the one symbol short name of this package. */
320320
#define PACKAGE_TARNAME "pcre"
@@ -323,7 +323,7 @@ them both to 0; an emulation function will be used. */
323323
#define PACKAGE_URL ""
324324

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

328328
/* to make a symbol visible */
329329
/* #undef PCRECPP_EXP_DECL */
@@ -439,7 +439,7 @@ them both to 0; an emulation function will be used. */
439439

440440
/* Version number of package */
441441
#ifndef VERSION
442-
#define VERSION "8.36"
442+
#define VERSION "8.37"
443443
#endif
444444

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

0 commit comments

Comments
 (0)