diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-01-17 23:34:07 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-01-17 23:34:07 -0500 |
commit | 6392473fe970b0cdace62f31000a83ba0fcf6161 (patch) | |
tree | a1624c51222177d47b3ddd0ba89e305436d10b5c /include | |
parent | 620a05296fe3380b7441ba7720e8b25c48a8c28c (diff) | |
download | glibc-6392473fe970b0cdace62f31000a83ba0fcf6161.tar glibc-6392473fe970b0cdace62f31000a83ba0fcf6161.tar.gz glibc-6392473fe970b0cdace62f31000a83ba0fcf6161.tar.bz2 glibc-6392473fe970b0cdace62f31000a83ba0fcf6161.zip |
2.13 releaseglibc-2.13
Diffstat (limited to 'include')
-rw-r--r-- | include/features.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/features.h b/include/features.h index 98bce6be5a..d9b6de9cf1 100644 --- a/include/features.h +++ b/include/features.h @@ -1,4 +1,5 @@ -/* Copyright (C) 1991-1993,1995-2007,2009,2010 Free Software Foundation, Inc. +/* Copyright (C) 1991-1993,1995-2007,2009,2010,2011 + 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 @@ -337,7 +338,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__ 12 +#define __GLIBC_MINOR__ 13 #define __GLIBC_PREREQ(maj, min) \ ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) |