From 22f021231b1dc7626bcf1da4a7d69b7ccfcaed2d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 7 Jan 2001 06:25:47 +0000 Subject: Update. * version.h (VERSION): Bump to 2.2.1. --- ChangeLog | 2 ++ version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 19a36067e8..aa2f5a0c96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-01-06 Ulrich Drepper + * 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" -- cgit 1.4.1