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 /version.h | |
parent | f6cfb13f55f00086f136ba653c77c01b58205322 (diff) | |
download | glibc-bf3888be3419e944d6c5f9f6129e394f2f05be06.tar.gz glibc-bf3888be3419e944d6c5f9f6129e394f2f05be06.tar.xz glibc-bf3888be3419e944d6c5f9f6129e394f2f05be06.zip |
Update.
* version.h (VERSION): Bump to 2.1.92.
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h index 25c6486b87..60e6a16f7e 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.91" +#define VERSION "2.1.92" |