diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-01-03 00:43:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-01-03 00:43:43 +0000 |
commit | 269b4861b726b55a22e204e9a06ecf0c1f8a0e4d (patch) | |
tree | 9d8834f0c337dbc2d7ac3edfa109cfe1089f5378 /include | |
parent | 044edf6d01a1ee7c2303da12b69e1c03322e1efc (diff) | |
download | glibc-269b4861b726b55a22e204e9a06ecf0c1f8a0e4d.zip glibc-269b4861b726b55a22e204e9a06ecf0c1f8a0e4d.tar.gz glibc-269b4861b726b55a22e204e9a06ecf0c1f8a0e4d.tar.bz2 |
(__GLIBC_MINOR__): Bump to 3.
Diffstat (limited to 'include')
-rw-r--r-- | include/features.h | 4 |
1 files changed, 2 insertions, 2 deletions
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: |