diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-12-28 18:22:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-12-28 18:22:33 +0000 |
commit | 3ff46a85e214ec73378206f7bc59b58bcad38a24 (patch) | |
tree | eddffc53893db4904cc8a2ea1c7ca5cc3be0d021 | |
parent | fe361d46d10d07f2a264369eed84b492179eda90 (diff) | |
download | glibc-3ff46a85e214ec73378206f7bc59b58bcad38a24.tar.gz glibc-3ff46a85e214ec73378206f7bc59b58bcad38a24.tar.xz glibc-3ff46a85e214ec73378206f7bc59b58bcad38a24.zip |
(RELEASE): Set to "production".
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.h b/version.h index b3124a039a..ca49307f6d 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 RELEASE "production" #define VERSION "2.0.6" |