diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-09 19:22:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-09 19:22:09 +0000 |
commit | 53e5cdd8442dd1fcbc9e93d09d2c37863428d152 (patch) | |
tree | 977f9f8d3f9d8651b750d323496061fc66a9452d /version.h | |
parent | c7ecdbda29cf1fe64cf9b1a482a804d86f7a17f8 (diff) | |
download | glibc-53e5cdd8442dd1fcbc9e93d09d2c37863428d152.tar.gz glibc-53e5cdd8442dd1fcbc9e93d09d2c37863428d152.tar.xz glibc-53e5cdd8442dd1fcbc9e93d09d2c37863428d152.zip |
Update.
2000-11-09 Ulrich Drepper <drepper@redhat.com> * version.h (VERSION): Bump to 2.2. (RELEASE): Set to stable. * posix/Makefile (tst-dir-ARGS): Fix problem with compiling in source directory.
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h index b9f8677308..994a60c5c5 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.97" +#define RELEASE "stable" +#define VERSION "2.2" |