summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-12-29 09:19:59 +0000
committerRoland McGrath <roland@gnu.org>2004-12-29 09:19:59 +0000
commit525077e9f6a100e0d90af45f023dfb478a13ba8e (patch)
tree9309b31cfc81c1d691c2af5ff7648f4baa6842ff /include
parent7d58530341304d403a6626d7f7a1913165fe2f32 (diff)
2004-12-19 Roland McGrath <roland@frob.com>
* gen-unicode-ctype.c (output_tables): Fix email address in output.
Diffstat (limited to 'include')
-rw-r--r--include/features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.h b/include/features.h
index e9227bfca0..8b03e165f9 100644
--- a/include/features.h
+++ b/include/features.h
@@ -289,7 +289,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__ 4
+#define __GLIBC_MINOR__ 3
#define __GLIBC_PREREQ(maj, min) \
((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))