diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -This directory contains the version 2.3.1 release of the GNU C Library. +This directory contains the version 2.3.2 release of the GNU C Library. Many bugs have been fixed since the last release. Some bugs surely remain. @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "stable" -#define VERSION "2.3.1" +#define VERSION "2.3.2" |