diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-03 11:02:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-03 11:02:57 +0000 |
commit | de1703ff951625184a2f681d7d57763d655bf712 (patch) | |
tree | bf9db87d9290bf8c1337686c3a8bc2be2fe93b16 /version.h | |
parent | 649ad05add7f3f69a62b2ee929582a531f59cfd9 (diff) | |
download | glibc-de1703ff951625184a2f681d7d57763d655bf712.tar.gz glibc-de1703ff951625184a2f681d7d57763d655bf712.tar.xz glibc-de1703ff951625184a2f681d7d57763d655bf712.zip |
Update.
* version.h (VERSION): Bump to 2.1. (RELEASE): Change to stable.
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 b6596ab2fa..7ce562c150 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.112" +#define RELEASE "stable" +#define VERSION "2.1" |