* version.h (VERSION): Bump to 2.1.97.
This commit is contained in:
Ulrich Drepper 2000-11-03 00:45:23 +00:00
parent cf37087aaf
commit bb376d33b5
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2000-11-02 Ulrich Drepper <drepper@redhat.com>
* 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.

View file

@ -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"