(__GLIBC_MINOR__): Bump to 3.
authorUlrich Drepper <drepper@redhat.com>
Thu, 3 Jan 2002 00:43:43 +0000 (00:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 3 Jan 2002 00:43:43 +0000 (00:43 +0000)
include/features.h

index a34e26f..fb7925c 100644 (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
 /* 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: