public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/ibm/2.32/master] Set version.h RELEASE to "stable" (Bug 26700)
@ 2021-01-11 22:26 Tulio Magno Quites Machado Filho
  0 siblings, 0 replies; only message in thread
From: Tulio Magno Quites Machado Filho @ 2021-01-11 22:26 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=23482f788665df83edc8b542698f45fed45a2711

commit 23482f788665df83edc8b542698f45fed45a2711
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Fri Oct 2 09:23:35 2020 -0400

    Set version.h RELEASE to "stable" (Bug 26700)
    
    The RELEASE macro was accidentaly set to "release" instead of
    the expected "stable" by the release manager.  This is a mistake
    that leads to the build using "-g -O1" instead of "-g -O2" if
    configure was executed with "CFLAGS=" (CFLAGS set but empty).

Diff:
---
 version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/version.h b/version.h
index 83cd196798..e6ca7a8857 100644
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
 /* This file just defines the current version number of libc.  */
 
-#define RELEASE "release"
+#define RELEASE "stable"
 #define VERSION "2.32"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-11 22:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11 22:26 [glibc/ibm/2.32/master] Set version.h RELEASE to "stable" (Bug 26700) Tulio Magno Quites Machado Filho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).