From cdf4cd5e60f84ab8018da8177032fc957be6e35a Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Sun, 1 Aug 2021 21:24:04 -0400 Subject: Prepare for glibc 2.34 release. Update version.h, and include/features.h. --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.h') diff --git a/version.h b/version.h index 35aa174..adecc3b 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ -#define RELEASE "development" -#define VERSION "2.33.9000" +#define RELEASE "stable" +#define VERSION "2.34" -- cgit v1.1