aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2020-10-02 09:23:35 -0400
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-10-21 20:24:29 +0300
commitdb28f19b5386bd8837f9a8bf413f447c834b39d2 (patch)
tree3b6abca6fe65b4c65cdc0a81bd172a31b8842911
parentstring: Fix strerrorname_np return value [BZ #26555] (diff)
downloadglibc-db28f19b5386bd8837f9a8bf413f447c834b39d2.tar.gz
glibc-db28f19b5386bd8837f9a8bf413f447c834b39d2.tar.bz2
glibc-db28f19b5386bd8837f9a8bf413f447c834b39d2.zip
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). (cherry picked from commit 23482f788665df83edc8b542698f45fed45a2711)
-rw-r--r--version.h2
1 files changed, 1 insertions, 1 deletions
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"