From fe019b571d945b5e0a36212023a209cffe13052b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 31 Aug 2000 21:42:39 +0000 Subject: [PATCH] Update. * version.h (VERSION): Bump to 2.1.93. * intl/locale.alias: Add aliases for bokmal and nynorsk. --- ChangeLog | 4 +++- version.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 436341e..59471b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-08-31 Ulrich Drepper + * version.h (VERSION): Bump to 2.1.93. + * intl/Makefile (tests): Depend in mtrace-tst-gettext. Make this a new rule depending on tst-gettext.out and run mtrace. * intl/tst-gettext.c: Call mtrace. @@ -15,7 +17,7 @@ * sysdeps/generic/setenv.c (free_mem): New function. Free all allocated memory. - * intl/locale.alias: Add aliases for bomal and nynorsk. + * intl/locale.alias: Add aliases for bokmal and nynorsk. * locale/iso-639.def: Fix 639-1 code for Bokmal. diff --git a/version.h b/version.h index 60e6a16..99a7b5d 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.1.92" +#define VERSION "2.1.93" -- 2.7.4