Skip to content

Commit 9ce244e

Browse files
authored
Automatic update of .generic files
1 parent 306674d commit 9ce244e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/config.h.generic

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

262262
/* Define to the full name and version of this package. */
263-
#define PACKAGE_STRING "PCRE2 10.46-DEV"
263+
#define PACKAGE_STRING "PCRE2 10.47-DEV"
264264

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

271271
/* Define to the version of this package. */
272-
#define PACKAGE_VERSION "10.46-DEV"
272+
#define PACKAGE_VERSION "10.47-DEV"
273273

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

471471
/* Version number of package */
472-
#define VERSION "10.46-DEV"
472+
#define VERSION "10.47-DEV"
473473

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

src/pcre2.h.generic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ POSSIBILITY OF SUCH DAMAGE.
4242
/* The current PCRE version information. */
4343

4444
#define PCRE2_MAJOR 10
45-
#define PCRE2_MINOR 46
45+
#define PCRE2_MINOR 47
4646
#define PCRE2_PRERELEASE -DEV
4747
#define PCRE2_DATE 2024-06-09
4848

0 commit comments

Comments
 (0)