From 2c1d61722625a1ee57ab284aad42acb7ec5662ca Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 15 May 2007 06:49:29 +0000 Subject: * version.h (VERSION): Define to 6. * include/features.h (__GLIBC_MINOR__): Likewise. --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.h') diff --git a/version.h b/version.h index acd0ed11eb..d70070f2a3 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 VERSION "2.5.90" +#define RELEASE "stable" +#define VERSION "2.6" -- cgit 1.4.1