From 9dedc9695d85dd49118c67b252d722494cc8c2aa Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 28 Mar 2001 06:26:29 +0000 Subject: [PATCH] Update. * version.h (VERSION): Bump to 2.2.3. --- ChangeLog | 2 ++ version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 296e8ad..6d21b18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-03-27 Ulrich Drepper + * 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. diff --git a/version.h b/version.h index 8dadeac..a2c2512 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.2.2" +#define VERSION "2.2.3" -- 2.7.4