Skip to content

Commit

Permalink
* version.h (VERSION): Bump to 2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Oct 17, 2007
1 parent 58423c7 commit 50c9fbb
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 @@
2007-10-17 Ulrich Drepper <drepper@redhat.com>

* version.h (VERSION): Bump to 2.7.

[BZ #5186]
* time/tzset.c (__tz_convert): Don't force testing for a change of
TZ if not called from localtime. But then also see whether the
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.6.90"
#define RELEASE "stable"
#define VERSION "2.7"

0 comments on commit 50c9fbb

Please sign in to comment.