diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2001-01-06 Ulrich Drepper <drepper@redhat.com> + * version.h (VERSION): Bump to 2.2.1. + * iconvdata/ibm937.c (BODY to IBM937): Correct several mistakes in buffer and table handling. @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "stable" -#define VERSION "2.2" +#define VERSION "2.2.1" |