about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-10-30 10:17:08 -0700
committerUlrich Drepper <drepper@redhat.com>2009-10-30 10:17:08 -0700
commit7f9cd6ed20b12435e68153870cee5adbe09c4bca (patch)
treeb14ec35dc94a618b38660b444731d046036e9d33 /include
parent9c04f7c155fb799fa7757b5c8bb52400d0dc2ec5 (diff)
downloadglibc-7f9cd6ed20b12435e68153870cee5adbe09c4bca.tar.gz
glibc-7f9cd6ed20b12435e68153870cee5adbe09c4bca.tar.xz
glibc-7f9cd6ed20b12435e68153870cee5adbe09c4bca.zip
2.11 release. glibc-2.11
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 120a242166..e46bb2b373 100644
--- a/include/features.h
+++ b/include/features.h
@@ -328,7 +328,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__	10
+#define	__GLIBC_MINOR__	11
 
 #define __GLIBC_PREREQ(maj, min) \
 	((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))