diff options
author | Petr Baudis <pasky@ucw.cz> | 2010-11-20 15:40:53 +0100 |
---|---|---|
committer | Petr Baudis <pasky@suse.cz> | 2010-11-30 03:24:32 +0100 |
commit | 7372b19962badff7e2b400385f8800b3d389f9eb (patch) | |
tree | 41b4aa6d0bbf0fc34de790f07c0e757133299f0a | |
parent | Allow aux_cache_file open()ing to fail silently even in the chroot mode. (diff) | |
download | glibc-7372b19962badff7e2b400385f8800b3d389f9eb.tar.gz glibc-7372b19962badff7e2b400385f8800b3d389f9eb.tar.bz2 glibc-7372b19962badff7e2b400385f8800b3d389f9eb.zip |
glibc 2.11.3 releaseglibc-2.11.3
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "stable" -#define VERSION "2.11.2" +#define VERSION "2.11.3" |