Skip to content

Commit 36a5eed

Browse files
authored
Update version number to 10.48-DEV
1 parent 5add815 commit 36a5eed

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ there is also the log of commit messages.
77
Internal changes which are not visible to clients of the library are mostly not
88
listed here.
99

10+
Version 10.48 xx-xxx-2026
11+
-------------------------
12+
13+
...
14+
15+
1016
Version 10.47 21-October-2025
1117
-----------------------------
1218

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
News about PCRE2 releases
22
-------------------------
33

4+
Version 10.48 xx-xxx-2026
5+
-------------------------
6+
7+
In development. A list of potential items for inclusion is here:
8+
https://github.com/PCRE2Project/pcre2/milestone/5
9+
10+
If you are reading this, contributions are welcome!
11+
12+
413
Version 10.47 21-October-2025
514
-----------------------------
615

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dnl The PCRE2_PRERELEASE feature is for identifying release candidates. It might
99
dnl be defined as -RC2, for example. For real releases, it should be empty.
1010

1111
m4_define(pcre2_major, [10])
12-
m4_define(pcre2_minor, [47])
12+
m4_define(pcre2_minor, [48])
1313
m4_define(pcre2_prerelease, [-DEV])
1414
m4_define(pcre2_date, [2025-10-21])
1515

0 commit comments

Comments
 (0)