(__GLIBC_MINOR__): Bump to 3.

This commit is contained in:
Ulrich Drepper 2002-01-03 00:43:43 +00:00
parent 044edf6d01
commit 269b4861b7
1 changed files with 2 additions and 2 deletions

View File

@ -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: