Эх сурвалжийг харах

Sync version number with Makefile

Eric Andersen 25 жил өмнө
parent
commit
0ea968c3e6
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      include/features.h

+ 1 - 1
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__