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.11-12-g24c0bf7


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  24c0bf7a76ecec65aca0dbce1f7ebb8f68425dc2 (commit)
      from  51e4196f16a2d98377e3c481a44e133369dc7669 (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=24c0bf7a76ecec65aca0dbce1f7ebb8f68425dc2

commit 24c0bf7a76ecec65aca0dbce1f7ebb8f68425dc2
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Thu Nov 12 08:46:19 2009 -0800

    Start 2.12 development.

diff --git a/ChangeLog b/ChangeLog
index 49c2e08..743121f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-11-12  Ulrich Drepper  <drepper@redhat.com>
+
+	* version.h: Bump for 2.12 development.
+
 2009-11-10  Andreas Schwab  <schwab@redhat.com>
 
 	* resolv/mapv4v6hostent.h (map_v4v6_hostent): Return non-zero if
diff --git a/version.h b/version.h
index e44ecd4..db60a0c 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.11"
+#define RELEASE "development"
+#define VERSION "2.11.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]