From: Ulrich Drepper Date: Sat, 29 May 1999 22:34:23 +0000 (+0000) Subject: (__GLIBC_MINOR__): Bump to 2. X-Git-Tag: upstream/2.20~20217 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a1752b85ec638051a777cc4175e55011fbadeb5;p=platform%2Fupstream%2Flinaro-glibc.git (__GLIBC_MINOR__): Bump to 2. --- diff --git a/include/features.h b/include/features.h index c447a60..bc10510 100644 --- a/include/features.h +++ b/include/features.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 92, 93, 95, 96, 97, 98 Free Software Foundation, Inc. +/* Copyright (C) 1991,92,93,95,96,97,98,99 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -242,7 +242,7 @@ /* Major and minor version number of the GNU C library package. Use these macros to test for features in specific releases. */ #define __GLIBC__ 2 -#define __GLIBC_MINOR__ 1 +#define __GLIBC_MINOR__ 2 /* This is here only because every header file already includes this one. */ #ifndef __ASSEMBLER__