* version.h (VERSION): Bump to 2.7.
authorUlrich Drepper <drepper@redhat.com>
Wed, 17 Oct 2007 20:25:29 +0000 (20:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 17 Oct 2007 20:25:29 +0000 (20:25 +0000)
ChangeLog
version.h

index f9a7564..af11921 100644 (file)
--- 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
index 2fc4a7b..5fa63ac 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.6.90"
+#define RELEASE "stable"
+#define VERSION "2.7"