summaryrefslogtreecommitdiff
path: root/include/features.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-05-29 22:34:23 +0000
committerUlrich Drepper <drepper@redhat.com>1999-05-29 22:34:23 +0000
commit0a1752b85ec638051a777cc4175e55011fbadeb5 (patch)
tree0cfcb9f91f8d9399b81b259f100377b16d5c9986 /include/features.h
parent38775d60e4f2c6fff48c5770a3453d35faa7a508 (diff)
(__GLIBC_MINOR__): Bump to 2.
Diffstat (limited to 'include/features.h')
-rw-r--r--include/features.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/features.h b/include/features.h
index c447a60299..bc10510415 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__