From: Carlos O'Donell Date: Fri, 2 Oct 2020 13:23:35 +0000 (-0400) Subject: Set version.h RELEASE to "stable" (Bug 26700) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23482f788665df83edc8b542698f45fed45a2711;p=thirdparty%2Fglibc.git 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 --git a/version.h b/version.h index 83cd1967983..e6ca7a88570 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"