diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-05-10 18:38:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-05-10 18:38:52 +0000 |
commit | deb84c43b1bb0958d942e6739f136d4c11189b3b (patch) | |
tree | 91d06939ae5470d2cbd90c3cb279316554b75302 /version.h | |
parent | eb29449a9a601f535cab50068e02aee0aa1ed379 (diff) | |
download | glibc-deb84c43b1bb0958d942e6739f136d4c11189b3b.tar.gz glibc-deb84c43b1bb0958d942e6739f136d4c11189b3b.tar.xz glibc-deb84c43b1bb0958d942e6739f136d4c11189b3b.zip |
* version.h (VERSION): Bump to 2.10.1. cvs/fedora-glibc-20090510T1842 cvs/master
* nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any compatibility functions. * nss/getXXent_r.c: Likewise. * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED. * gshadow/getsgnam_r.c: Likewise. * gshadow/Version: Remove duplicate entries. * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries for recent processor. * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info): Likewise.
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h index 55360008f4..f169c6a0fa 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "stable" -#define VERSION "2.10" +#define VERSION "2.10.1" |