Skip to content

Commit

Permalink
* version.h: Bump for 2.9 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Nov 13, 2008
1 parent ec29796 commit b5449f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2008-11-13 Ulrich Drepper <drepper@redhat.com>

* version.h: Bump for 2.9 release.

[BZ #7029]
* sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
Multiply with sizeof of __cpu_mask, not 8 unconditionally after
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.8.90"
#define RELEASE "stable"
#define VERSION "2.9"

0 comments on commit b5449f8

Please sign in to comment.