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

	* time/Makefile (tst-ftime_l-ENV): New variable.
This commit is contained in:
Ulrich Drepper 2002-08-29 10:12:49 +00:00
parent c91bace45b
commit 69f8b5e823
3 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,9 @@
2002-08-29 Ulrich Drepper <drepper@redhat.com>
* version.h (VERSION): Bump to 2.2.92.
* time/Makefile (tst-ftime_l-ENV): New variable.
* iconvdata/ibm870.c: All bytes are now used, no holes anymore.
* localedata/charmaps/IBM870: Add correct mapping for <U017E>,

View file

@ -52,3 +52,4 @@ tst-getdate-ENV= DATEMSK=datemsk TZDIR=${common-objpfx}timezone/testdata
test_time-ARGS= EST5EDT CST
tst-strptime-ENV = LOCPATH=${common-objpfx}localedata
tst-ftime_l-ENV = LOCPATH=${common-objpfx}localedata

View file

@ -1,4 +1,4 @@
/* This file just defines the current version number of libc. */
#define RELEASE "development"
#define VERSION "2.2.91"
#define VERSION "2.2.92"