diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-02 21:51:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-02 21:51:02 +0000 |
commit | bf3888be3419e944d6c5f9f6129e394f2f05be06 (patch) | |
tree | 18bc2c5e74524ab5dac0665c1826d95e78da3ca7 | |
parent | f6cfb13f55f00086f136ba653c77c01b58205322 (diff) | |
download | glibc-bf3888be3419e944d6c5f9f6129e394f2f05be06.tar glibc-bf3888be3419e944d6c5f9f6129e394f2f05be06.tar.gz glibc-bf3888be3419e944d6c5f9f6129e394f2f05be06.tar.bz2 glibc-bf3888be3419e944d6c5f9f6129e394f2f05be06.zip |
Update.
* version.h (VERSION): Bump to 2.1.92.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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]. @@ -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" |