From dffbec5f51b02fde19142300ded922b52f5eb5a8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 25 May 1999 14:31:24 +0000 Subject: [PATCH] Update. * version.h (VERSION): Bump to 2.1.90. (RELEASE): Mark as development. --- ChangeLog | 3 +++ version.h | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f7833de0ee..95e74b32af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-05-25 Ulrich Drepper + * version.h (VERSION): Bump to 2.1.90. + (RELEASE): Mark as development. + * stdio-common/vfprintf.c (vfprintf): Don't implement special handling for long long if it is the same as long. * stdio-common/vfscanf.c (_IO_vfscanf): Likewise. diff --git a/version.h b/version.h index ad78768249..feb5ad36ea 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ -#define RELEASE "stable" -#define VERSION "2.1.1" +#define RELEASE "development" +#define VERSION "2.1.90"