diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-17 20:27:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-17 20:27:09 +0000 |
commit | 777bc4bfd9da8eb5e14da106e2b8cdc08e1ae533 (patch) | |
tree | 9267da311613dfac159e6064ee74c9cf98031867 /include | |
parent | 50c9fbbfdf3245ca072c00089926df84f1bde793 (diff) | |
download | glibc-777bc4bfd9da8eb5e14da106e2b8cdc08e1ae533.zip glibc-777bc4bfd9da8eb5e14da106e2b8cdc08e1ae533.tar.gz glibc-777bc4bfd9da8eb5e14da106e2b8cdc08e1ae533.tar.bz2 |
* include/features.h (__GLIBC_MINOR__): Bump to 7.
Diffstat (limited to 'include')
-rw-r--r-- | include/features.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.h b/include/features.h index 18f743c..08ee426 100644 --- a/include/features.h +++ b/include/features.h @@ -311,7 +311,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__ 6 +#define __GLIBC_MINOR__ 7 #define __GLIBC_PREREQ(maj, min) \ ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) |