diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-18 05:45:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-18 05:45:49 +0000 |
commit | 28919a77d8122b714982a0138ed23a72188d7fa9 (patch) | |
tree | f1f4162e05f6cdfd8a98e6cbd9189c6cfc646243 /version.h | |
parent | ed13ccf1f789aecf1bbdabd4f9f7ff5af085278e (diff) | |
download | glibc-28919a77d8122b714982a0138ed23a72188d7fa9.tar.gz glibc-28919a77d8122b714982a0138ed23a72188d7fa9.tar.xz glibc-28919a77d8122b714982a0138ed23a72188d7fa9.zip |
Start 2.8 development.
2007-10-17 Ulrich Drepper <drepper@redhat.com> * version.h (VERSION): Set to 2.7.90.
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 5fa63ac5eb..9ac2ee7ad5 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ -#define RELEASE "stable" -#define VERSION "2.7" +#define RELEASE "development" +#define VERSION "2.7.90" |