From 0a8262a1b269f8f1602933248e69dfb041aab7a2 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Thu, 1 Aug 2019 00:29:13 -0400 Subject: Tag 2.30 release. --- 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 e016b3e5c7..bf47d881dd 100644 --- a/include/features.h +++ b/include/features.h @@ -439,7 +439,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__ 29 +#define __GLIBC_MINOR__ 30 #define __GLIBC_PREREQ(maj, min) \ ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) -- cgit 1.4.1