diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-14 10:53:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-14 10:53:45 +0000 |
commit | 8583916e47cd17ba2997059c00a2d88de3612a8d (patch) | |
tree | cd7d5bbf71e4341bfc4bf2ab6d8464f2842bbeb7 /version.h | |
parent | 6c5a700e82933afc2a55cc516af61e4d4e54bff2 (diff) | |
download | glibc-8583916e47cd17ba2997059c00a2d88de3612a8d.tar.gz glibc-8583916e47cd17ba2997059c00a2d88de3612a8d.tar.xz glibc-8583916e47cd17ba2997059c00a2d88de3612a8d.zip |
Update.
1998-10-14 Ulrich Drepper <drepper@cygnus.com> * version.h (VERSION): Bump to 2.0.98.
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 b54b5a8188..8e8bc1ec2d 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "experimental" -#define VERSION "2.0.97" +#define VERSION "2.0.98" |