]> sourceware.org Git - glibc.git/commitdiff
Start 2.15 development
authorUlrich Drepper <drepper@gmail.com>
Wed, 8 Jun 2011 02:22:10 +0000 (22:22 -0400)
committerUlrich Drepper <drepper@gmail.com>
Wed, 8 Jun 2011 02:22:10 +0000 (22:22 -0400)
ChangeLog
NEWS
version.h

index fd4836a02adec17e8fe3fb176e741fa0c38fe34f..fcdb655dbf1eaaec5ae4787a5698c5d387fb8341 100644 (file)
--- 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 a6b38323834a1f21ba85836bdef23a0a71015d9b..602e05076bb31d1ae49482c035c0f80ee3f2737e 100644 (file)
--- 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.
 \f
+Version 2.15
+\f
 Version 2.14
 
 * The following bugs are resolved with this release:
index a5408b322a7e5993e4a016f1a5ca544de0245fd8..7672f61633138d439ec17553811e8f6b12c62596 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.14"
+#define RELEASE "development"
+#define VERSION "2.15"
This page took 0.042454 seconds and 5 git commands to generate.