Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* version.h (VERSION): Bump to 2.2.3.
  • Loading branch information
Ulrich Drepper committed Mar 28, 2001
1 parent 228293b commit 9dedc96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 9dedc96

Please sign in to comment.