diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-09 00:00:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-09 00:00:08 +0000 |
commit | 5e08ca426c5d334ee718a8b8c615c373445b2c8d (patch) | |
tree | 93d6ae538bf1392f433a2f71630b3810dba609d0 /version.h | |
parent | ab951e68aadd291bb02f996829606689a6f0e73d (diff) | |
download | glibc-5e08ca426c5d334ee718a8b8c615c373445b2c8d.tar.gz glibc-5e08ca426c5d334ee718a8b8c615c373445b2c8d.tar.xz glibc-5e08ca426c5d334ee718a8b8c615c373445b2c8d.zip |
Update.
2000-10-08 Ulrich Drepper <drepper@redhat.com> * version.h (VERSION): Bump to 2.1.95. * configure.in: Remove warning message.
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 04307b7a17..3780a3cd4d 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.94" +#define VERSION "2.1.95" |