1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-05 19:35:52 +03:00

(__GLIBC_MINOR__): Bump to 2.

This commit is contained in:
Ulrich Drepper
1999-05-29 22:34:23 +00:00
parent 38775d60e4
commit 0a1752b85e

View File

@@ -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. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or 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 /* Major and minor version number of the GNU C library package. Use
these macros to test for features in specific releases. */ these macros to test for features in specific releases. */
#define __GLIBC__ 2 #define __GLIBC__ 2
#define __GLIBC_MINOR__ 1 #define __GLIBC_MINOR__ 2
/* This is here only because every header file already includes this one. */ /* This is here only because every header file already includes this one. */
#ifndef __ASSEMBLER__ #ifndef __ASSEMBLER__