diff options
author | Roland McGrath <roland@gnu.org> | 2005-02-16 12:31:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-02-16 12:31:10 +0000 |
commit | 833861be818bb5d45ab0c47370b84068dfb2fedf (patch) | |
tree | 2f1754a415c378f6b067f9158cc42df24d4641d2 /version.h | |
parent | c397a0064061e28a00eea873669e59f3983db791 (diff) | |
download | glibc-833861be818bb5d45ab0c47370b84068dfb2fedf.tar.gz glibc-833861be818bb5d45ab0c47370b84068dfb2fedf.tar.xz glibc-833861be818bb5d45ab0c47370b84068dfb2fedf.zip |
import later fedora-branch tweaks
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 2c6a016515..4eeb1cceb3 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 RELEASE "stable" #define VERSION "2.3.4" |