From a49b3a5fcea13fe5bfbac9730e7c8144c619b81e Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Tue, 31 Jan 2023 21:29:05 -0500 Subject: Prepare for glibc 2.37 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 dd74787..31cefcd 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.36.9000" +#define RELEASE "stable" +#define VERSION "2.37" -- cgit v1.1