diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-16 14:31:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-16 14:31:03 +0000 |
commit | 133d3d3048e8232330d6496ade5c48a781f5e21c (patch) | |
tree | ae588ab67e2c4132fbe088757c1420a17ae8e98d /version.h | |
parent | d8a167a5e5c30bc3ec7d6d978241d0afe097fad4 (diff) | |
download | glibc-133d3d3048e8232330d6496ade5c48a781f5e21c.tar.gz glibc-133d3d3048e8232330d6496ade5c48a781f5e21c.tar.xz glibc-133d3d3048e8232330d6496ade5c48a781f5e21c.zip |
Update.
1998-12-16 Ulrich Drepper <drepper@cygnus.com> * version.h (VERSION): Bump to 2.0.107. * sysdeps/i386/i486/bits/string.h: Pretty printing.
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 c25782590e..76d94a03cb 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.106" +#define VERSION "2.0.107" |