diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-11-13 14:41:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-11-13 14:41:36 +0000 |
commit | fb3d8ad658464fc8d4728c892ed815c362cd1972 (patch) | |
tree | 2c2f7918b2bfac9ddc0333d71a17ccf97a7e5e11 | |
parent | 99c9e773eef31c98cbdd6ea06f5833895d3fa61d (diff) | |
download | glibc-fb3d8ad658464fc8d4728c892ed815c362cd1972.tar.gz glibc-fb3d8ad658464fc8d4728c892ed815c362cd1972.tar.xz glibc-fb3d8ad658464fc8d4728c892ed815c362cd1972.zip |
Update.
* version.h (VERSION): Bump to 2.0.101.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index af92f23cf8..d1704532a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1998-11-13 Ulrich Drepper <drepper@cygnus.com> + * version.h (VERSION): Bump to 2.0.101. + * Makerules (Versions.all): Generate this file from all Versions.def files. (sysd-versions): Use Versions.all instead of Versions.def. diff --git a/version.h b/version.h index 3ae67cd27d..8bbeef7913 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.100" +#define VERSION "2.0.101" |