]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Set version.h RELEASE to "stable" (Bug 26700)
authorCarlos O'Donell <carlos@redhat.com>
Fri, 2 Oct 2020 13:23:35 +0000 (09:23 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Fri, 2 Oct 2020 19:34:21 +0000 (15:34 -0400)
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).

version.h

index 83cd196798350a2a82b7adf28b030294033d4184..e6ca7a88570faa942741355efe3c9df23a3889c6 100644 (file)
--- 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"