aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-06-07 22:22:10 -0400
committerUlrich Drepper <drepper@gmail.com>2011-06-07 22:22:10 -0400
commite80fab373c5cf01246e6acd302795b13dc50d175 (patch)
treecc89e2d0c83cea5ca974017e7fe3677a6a2684d9
parent5a31b2836d55bcc0c5b6f90f1e89245118e7f508 (diff)
downloadglibc-e80fab373c5cf01246e6acd302795b13dc50d175.zip
glibc-e80fab373c5cf01246e6acd302795b13dc50d175.tar.gz
glibc-e80fab373c5cf01246e6acd302795b13dc50d175.tar.bz2
Start 2.15 development
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
-rw-r--r--version.h4
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fd4836a..fcdb655 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-07 Ulrich Drepper <drepper@gmail.com>
+
+ * version.h: Update for 2.15 development version.
+
2011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
diff --git a/NEWS b/NEWS
index a6b3832..602e050 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,12 @@
-GNU C Library NEWS -- history of user-visible changes. 2011-6-4
+GNU C Library NEWS -- history of user-visible changes. 2011-6-7
Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc.
See the end for copying conditions.
Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/>
using `glibc' in the "product" field.
+Version 2.15
+
Version 2.14
* The following bugs are resolved with this release:
diff --git a/version.h b/version.h
index a5408b3..7672f61 100644
--- 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.14"
+#define RELEASE "development"
+#define VERSION "2.15"