Skip to content

Commit 0b8c2f9

Browse files
committed
Open master for 2.31 development.
1 parent 0a8262a commit 0b8c2f9

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

NEWS

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ See the end for copying conditions.
44

55
Please send GNU C library bug reports via <https://sourceware.org/bugzilla/>
66
using `glibc' in the "product" field.
7+
8+
Version 2.31
9+
10+
Major new features:
11+
12+
[Add new features here]
13+
14+
Deprecated and removed features, and other changes affecting compatibility:
15+
16+
[Add deprecations, removals and changes affecting compatibility here]
17+
18+
Changes to build and runtime requirements:
19+
20+
[Add changes to build and runtime requirements here]
21+
22+
Security related changes:
23+
24+
[Add security related changes here]
25+
26+
The following bugs are resolved with this release:
27+
28+
[The release manager will add the list generated by
29+
scripts/list-fixed-bugs.py just before the release.]
30+
731

832
Version 2.30
933

version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/* This file just defines the current version number of libc. */
22

3-
#define RELEASE "stable"
4-
#define VERSION "2.30"
3+
#define RELEASE "development"
4+
#define VERSION "2.30.9000"

0 commit comments

Comments
 (0)