summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-10-17 20:25:29 +0000
committerUlrich Drepper <drepper@redhat.com>2007-10-17 20:25:29 +0000
commit50c9fbbfdf3245ca072c00089926df84f1bde793 (patch)
treee15f338cc522683a8874bf2e15df1c1c5347d1ca
parent58423c7dbbea349041a4d96b1fdc51cdbc3a6ef1 (diff)
* version.h (VERSION): Bump to 2.7.
-rw-r--r--ChangeLog2
-rw-r--r--version.h4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f9a7564d13..af119214b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/version.h b/version.h
index 2fc4a7b8d3..5fa63ac5eb 100644
--- 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.6.90"
+#define RELEASE "stable"
+#define VERSION "2.7"