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).
This commit is contained in:
Carlos O'Donell 2020-10-02 09:23:35 -04:00
parent 69beb5cbf8
commit 23482f7886

View File

@ -1,4 +1,4 @@
/* This file just defines the current version number of libc. */
#define RELEASE "release"
#define RELEASE "stable"
#define VERSION "2.32"