* version.h (VERSION): Bump to 2.1.92.
This commit is contained in:
Ulrich Drepper 2000-08-02 21:51:02 +00:00
parent f6cfb13f55
commit bf3888be34
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2000-08-02 Ulrich Drepper <drepper@redhat.com>
* version.h (VERSION): Bump to 2.1.92.
* posix/regex.c (compile_range): Transliate range start and end
characters to avoid empty range in case of REG_ICASE [PR libc/1842].

View File

@ -1,4 +1,4 @@
/* This file just defines the current version number of libc. */
#define RELEASE "development"
#define VERSION "2.1.91"
#define VERSION "2.1.92"