From bb376d33b5843880f7a0ad91e9e6a54337beaa20 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 3 Nov 2000 00:45:23 +0000 Subject: Update. * version.h (VERSION): Bump to 2.1.97. --- ChangeLog | 2 ++ version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fd4dce425a..c711cb3136 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-11-02 Ulrich Drepper + * version.h (VERSION): Bump to 2.1.97. + * sysdeps/i386/i486/bits/string.h (strcmp): Cast arguments to __strcmp_cc, __strcmp_cg, and __strcmp_gc to unsigned char *. (__strcmp_cc, __strcmp_cg, __strcmp_gc): Remove casts of values here. diff --git a/version.h b/version.h index f69fb8b2ed..b9f8677308 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "development" -#define VERSION "2.1.96" +#define VERSION "2.1.97" -- cgit v1.2.3