]> sourceware.org Git - glibc.git/commitdiff
Open master for 2.31 development. glibc-2.30.9000
authorCarlos O'Donell <carlos@redhat.com>
Thu, 1 Aug 2019 04:41:53 +0000 (00:41 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Thu, 1 Aug 2019 04:41:53 +0000 (00:41 -0400)
NEWS
version.h

diff --git a/NEWS b/NEWS
index ee9ed4de5a3f28a7cd6a882c82fe89cf3f68e2f7..4326997dddf6092a34dfc3abdfbbaae2694d2c1b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,30 @@ See the end for copying conditions.
 
 Please send GNU C library bug reports via <https://sourceware.org/bugzilla/>
 using `glibc' in the "product" field.
+\f
+Version 2.31
+
+Major new features:
+
+  [Add new features here]
+
+Deprecated and removed features, and other changes affecting compatibility:
+
+  [Add deprecations, removals and changes affecting compatibility here]
+
+Changes to build and runtime requirements:
+
+  [Add changes to build and runtime requirements here]
+
+Security related changes:
+
+  [Add security related changes here]
+
+The following bugs are resolved with this release:
+
+  [The release manager will add the list generated by
+  scripts/list-fixed-bugs.py just before the release.]
+
 \f
 Version 2.30
 
index c2e25fc1ba9479329851b7443a5e3da1c1314cec..3c9e87f394af72740473240a83c1ee657446f3ab 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
 /* This file just defines the current version number of libc.  */
 
-#define RELEASE "stable"
-#define VERSION "2.30"
+#define RELEASE "development"
+#define VERSION "2.30.9000"
This page took 0.054908 seconds and 5 git commands to generate.