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.22-1-g1b15ff4


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  1b15ff4810748abee11b949e6faa115f3f2d20f4 (commit)
      from  78bd7499af46d739ce94410eaeea006e874ca9e5 (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=1b15ff4810748abee11b949e6faa115f3f2d20f4

commit 1b15ff4810748abee11b949e6faa115f3f2d20f4
Author: Carlos O'Donell <carlos@systemhalted.org>
Date:   Wed Aug 5 03:01:50 2015 -0400

    Open development for 2.23.

diff --git a/ChangeLog b/ChangeLog
index cb9124e..4bbad33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-08-05  Carlos O'Donell  <carlos@systemhalted.org>
 
+	* version.h (RELEASE): Set to "development".
+	(VERSION): Set to "2.22.90"
+
 	* version.h (RELEASE): Set to "stable".
 	(VERSION): Set to "2.22"
 	* include/features.h (__GLIBC_MINOR__): Set to 22.
diff --git a/version.h b/version.h
index b20e5c4..a677f9e 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.22"
+#define RELEASE "development"
+#define VERSION "2.22.90"

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

Summary of changes:
 ChangeLog |    3 +++
 version.h |    4 ++--
 2 files changed, 5 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]