From 9826b03b747b841f5fc6de2054bf1ef3f5c4bdf3 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 1 Feb 2021 13:46:41 -0300 Subject: Prepare for glibc 2.33 release Update version.h, features.h, and ChangeLog.old/ChangeLog.22. --- include/features.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/features.h b/include/features.h index a71ac85..c6ff971 100644 --- a/include/features.h +++ b/include/features.h @@ -462,7 +462,7 @@ /* Major and minor version number of the GNU C library package. Use these macros to test for features in specific releases. */ #define __GLIBC__ 2 -#define __GLIBC_MINOR__ 32 +#define __GLIBC_MINOR__ 33 #define __GLIBC_PREREQ(maj, min) \ ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) -- cgit v1.1