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.26.9000-581-g76009b2


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  76009b2639e8f2fd06d06366ad383be5d8783236 (commit)
      from  7ece6cd509703ee151092a50956dbd45ca1b13da (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=76009b2639e8f2fd06d06366ad383be5d8783236

commit 76009b2639e8f2fd06d06366ad383be5d8783236
Author: Florian Weimer <fweimer@redhat.com>
Date:   Mon Oct 16 21:39:18 2017 +0200

    version.h: Switch to ".9000" as the suffix for the development version

diff --git a/ChangeLog b/ChangeLog
index f860884..f3b5e8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2017-10-16  Florian Weimer  <fweimer@redhat.com>
 
+	* version.h (VERSION): Switch to ".9000" as the development
+	version suffix.
+
+2017-10-16  Florian Weimer  <fweimer@redhat.com>
+
 	[BZ #22050]
 	* malloc/mcheck-init.c (__malloc_initialize_hook): Use
 	compat_symbol_reference to access non-default version.
diff --git a/version.h b/version.h
index b6a0412..788d0c3 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
 /* This file just defines the current version number of libc.  */
 
 #define RELEASE "development"
-#define VERSION "2.26.90"
+#define VERSION "2.26.9000"

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

Summary of changes:
 ChangeLog |    5 +++++
 version.h |    2 +-
 2 files changed, 6 insertions(+), 1 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]