From 269b4861b726b55a22e204e9a06ecf0c1f8a0e4d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 3 Jan 2002 00:43:43 +0000 Subject: (__GLIBC_MINOR__): Bump to 3. --- include/features.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/features.h b/include/features.h index a34e26f..fb7925c 100644 --- a/include/features.h +++ b/include/features.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-1993, 1995-2000, 2001 Free Software Foundation, Inc. +/* Copyright (C) 1991-1993,1995-2000,2001,2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -258,7 +258,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__ 2 +#define __GLIBC_MINOR__ 3 /* Convenience macros to test the versions of glibc and gcc. Use them like this: -- cgit v1.1