* version.h (VERSION): Bump to 2.2.3.
This commit is contained in:
Ulrich Drepper 2001-03-28 06:26:29 +00:00
parent 228293b590
commit 9dedc9695d
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2001-03-27 Ulrich Drepper <drepper@redhat.com>
* version.h (VERSION): Bump to 2.2.3.
* posix/fnmatch_loop.c (FCT): Handle !() after * special like @()
and +().
* posix/tst-fnmatch.input: Add test cases for matching empty strings.

View file

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