diff options
author | 2010-05-19 22:31:55 +0200 | |
---|---|---|
committer | 2010-05-19 22:38:20 +0200 | |
commit | f2020c64596a90ca8d7d93afa1b8ad155d716f0e (patch) | |
tree | 083a275700bd41e4b1397562ecf909e167d8a73b | |
parent | Fix FP exception control. (diff) | |
download | glibc-f2020c64596a90ca8d7d93afa1b8ad155d716f0e.tar.xz glibc-f2020c64596a90ca8d7d93afa1b8ad155d716f0e.zip |
glibc 2.11.2 releaseglibc-2.11.2
-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.1" +#define VERSION "2.11.2" |