aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-01-03 00:43:43 +0000
committerUlrich Drepper <drepper@redhat.com>2002-01-03 00:43:43 +0000
commit269b4861b726b55a22e204e9a06ecf0c1f8a0e4d (patch)
tree9d8834f0c337dbc2d7ac3edfa109cfe1089f5378 /include
parent044edf6d01a1ee7c2303da12b69e1c03322e1efc (diff)
downloadglibc-269b4861b726b55a22e204e9a06ecf0c1f8a0e4d.tar
glibc-269b4861b726b55a22e204e9a06ecf0c1f8a0e4d.tar.gz
glibc-269b4861b726b55a22e204e9a06ecf0c1f8a0e4d.tar.bz2
glibc-269b4861b726b55a22e204e9a06ecf0c1f8a0e4d.zip
(__GLIBC_MINOR__): Bump to 3.
Diffstat (limited to 'include')
-rw-r--r--include/features.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/features.h b/include/features.h
index a34e26f52c..fb7925c01c 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: