From deb318c255ad2d4ac38d6288933926be13954b3e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 9 May 2009 17:40:57 +0000 Subject: * version.h (VERSION): Bump for 2.10 release. * include/features.h (__GLIBC_MINOR__): Bump to 10. --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.h') diff --git a/version.h b/version.h index 9700c37..5536000 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.9.90" +#define RELEASE "stable" +#define VERSION "2.10" -- cgit v1.1