diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-07 06:25:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-07 06:25:47 +0000 |
commit | 22f021231b1dc7626bcf1da4a7d69b7ccfcaed2d (patch) | |
tree | 6dc40b1b40b3c92d58a3ea9d51e9f2d66980f90b | |
parent | 531950cebdce5556d5ad7fe3dcd74f78956f3161 (diff) | |
download | glibc-22f021231b1dc7626bcf1da4a7d69b7ccfcaed2d.tar.gz glibc-22f021231b1dc7626bcf1da4a7d69b7ccfcaed2d.tar.xz glibc-22f021231b1dc7626bcf1da4a7d69b7ccfcaed2d.zip |
Update.
* version.h (VERSION): Bump to 2.2.1.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 19a36067e8..aa2f5a0c96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/version.h b/version.h index 994a60c5c5..af6ad71bcb 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.2" +#define VERSION "2.2.1" |