Skip to content

Commit

Permalink
2.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jan 18, 2011
1 parent 620a052 commit 6392473
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions include/features.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -337,7 +338,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__ 12
#define __GLIBC_MINOR__ 13

#define __GLIBC_PREREQ(maj, min) \
((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 6392473

Please sign in to comment.