This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.12-16-g373d545


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  373d545e3a3a157bd7f5782461e3886b43ab5943 (commit)
      from  12a8f182f36ff959139e761e9160ce2f8b488520 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=373d545e3a3a157bd7f5782461e3886b43ab5943

commit 373d545e3a3a157bd7f5782461e3886b43ab5943
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Wed May 19 00:39:18 2010 -0700

    Beginning of 2.13 release.

diff --git a/ChangeLog b/ChangeLog
index c8b7c0a..47dd37f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-19  Ulrich Drepper  <drepper@redhat.com>
+
+	* version.h: Update for 2.13 development version.
+
 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
 
 	* sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
diff --git a/version.h b/version.h
index 02cc488..8d57545 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.12"
+#define RELEASE "development"
+#define VERSION "2.12.90"

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    4 ++++
 version.h |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]