From: Ulrich Drepper Date: Thu, 3 Jan 2002 00:43:43 +0000 (+0000) Subject: (__GLIBC_MINOR__): Bump to 3. X-Git-Tag: cvs/glibc-2-3~1240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=269b4861b726b55a22e204e9a06ecf0c1f8a0e4d;p=thirdparty%2Fglibc.git (__GLIBC_MINOR__): Bump to 3. --- diff --git a/include/features.h b/include/features.h index a34e26f52c2..fb7925c01c5 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: