diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-31 21:42:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-31 21:42:39 +0000 |
commit | fe019b571d945b5e0a36212023a209cffe13052b (patch) | |
tree | 203f796e38c890bb64bdffc37442e0c2409fc411 | |
parent | 55e2d5c7c4f5fdc23c8d0b2bf057c1559f862eec (diff) | |
download | glibc-fe019b571d945b5e0a36212023a209cffe13052b.tar glibc-fe019b571d945b5e0a36212023a209cffe13052b.tar.gz glibc-fe019b571d945b5e0a36212023a209cffe13052b.tar.bz2 glibc-fe019b571d945b5e0a36212023a209cffe13052b.zip |
Update.
* version.h (VERSION): Bump to 2.1.93.
* intl/locale.alias: Add aliases for bokmal and nynorsk.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2000-08-31 Ulrich Drepper <drepper@redhat.com> + * 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. @@ -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" |