diff options
author | 2007-05-15 06:49:29 +0000 | |
---|---|---|
committer | 2007-05-15 06:49:29 +0000 | |
commit | 2c1d61722625a1ee57ab284aad42acb7ec5662ca (patch) | |
tree | 0ea088eded588d3d43cb348687d7422598ab9382 /version.h | |
parent | * sysdeps/unix/sysv/linux/sem_post.c: Only wake threads if old (diff) | |
download | glibc-2.6.tar.xz glibc-2.6.zip |
* version.h (VERSION): Define to 6.glibc-2.6cvs/glibc-2_6-basecvs/glibc-2_6
* include/features.h (__GLIBC_MINOR__): Likewise.
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ -#define RELEASE "development" -#define VERSION "2.5.90" +#define RELEASE "stable" +#define VERSION "2.6" |