diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 39daebc928..1ed91f94a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-10-14 Ulrich Drepper <drepper@cygnus.com> + + * version.h (VERSION): Bump to 2.0.98. + 1998-10-13 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_outb): Fix output 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" |