From 9923cc7e8efab6084be6772d3dd8644db2ca820d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 28 Jul 2001 05:50:21 +0000 Subject: Update. * version.h (VERSION): Bump to 2.2.4. --- ChangeLog | 2 ++ version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0f22d79..5d2e87a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-07-27 Ulrich Drepper + * version.h (VERSION): Bump to 2.2.4. + * libio/vasprintf.c (_IO_vasprintf): Don't copy uninitialized byte from stream buffer to result buffer. Reported by Michael Meeks . diff --git a/version.h b/version.h index a2c2512..b8681a0 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.3" +#define VERSION "2.2.4" -- cgit v1.1