]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2.13 release glibc-2.13
authorUlrich Drepper <drepper@gmail.com>
Tue, 18 Jan 2011 04:34:07 +0000 (23:34 -0500)
committerUlrich Drepper <drepper@gmail.com>
Tue, 18 Jan 2011 04:34:07 +0000 (23:34 -0500)
ChangeLog
include/features.h
version.h

index 07645aeaa7e20b9705a9ca70cee53afdfbccc4a6..f551860220b704b2a5050213640f3d0bcd92cca6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
 
+       * version.h (RELEASE): Bump for 2.13 release.
+       * include/features.h: (__GLIBC_MINOR__): Bump to 13.
+
        * io/fcntl.h: Define AT_NO_AUTOMOUNT.
 
        * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
index 98bce6be5a4567c8990563cec0452a62185f5577..d9b6de9cf14ef226a7580a785991f91a6c50b6e2 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (C) 1991-1993,1995-2007,2009,2010 Free Software Foundation, Inc.
+/* Copyright (C) 1991-1993,1995-2007,2009,2010,2011
+   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
 /* 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__ 12
+#define        __GLIBC_MINOR__ 13
 
 #define __GLIBC_PREREQ(maj, min) \
        ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
index 8d575450018b2ea5c8cbe870e647e145e28680ea..7cc6162c1c34863e5ea8dee321b623e0b5367f56 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
 /* This file just defines the current version number of libc.  */
 
-#define RELEASE "development"
-#define VERSION "2.12.90"
+#define RELEASE "stable"
+#define VERSION "2.13"