summaryrefslogtreecommitdiff
path: root/include/features.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-21 16:21:27 +0000
committerEric Andersen <andersen@codepoet.org>2000-12-21 16:21:27 +0000
commit0ea968c3e603da9da9c8ae8f81382d105127ab2d (patch)
treecb4703f3b60460452074b71d4b96d68bf3db54d0 /include/features.h
parentc6218dbae579de0cd20f5a7f1e9877673e28225d (diff)
Sync version number with Makefile
Diffstat (limited to 'include/features.h')
-rw-r--r--include/features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.h b/include/features.h
index 44a4f55ac..634590f49 100644
--- a/include/features.h
+++ b/include/features.h
@@ -7,7 +7,7 @@
these macros to test for features in specific releases. */
#define __UCLIBC__ 0
#define __UCLIBC_MAJOR__ 9
-#define __UCLIBC_MINOR__ 1
+#define __UCLIBC_MINOR__ 5
/* Make a half-hearted attempt to accomodate non-gcc compilers */
#ifndef __GNUC__