diff --git a/nufxlib-0/ChangeLog.txt b/nufxlib-0/ChangeLog.txt index 5cdb8fa..1fc06ca 100644 --- a/nufxlib-0/ChangeLog.txt +++ b/nufxlib-0/ChangeLog.txt @@ -1,3 +1,5 @@ +2006/02/18 ***** v2.1.1 shipped ***** + 2006/02/18 fadden - Correct a wayward assert. (Changing the filetype of a file from an HFS disk, which has zero-length data fork, falsely triggered the diff --git a/nufxlib-0/NufxLib.h b/nufxlib-0/NufxLib.h index 9013919..0cfafdb 100644 --- a/nufxlib-0/NufxLib.h +++ b/nufxlib-0/NufxLib.h @@ -29,11 +29,11 @@ extern "C" { * application will not be affected by them.) * * The "bug" version can usually be ignored, since it represents minor - * fixes. + * fixes. Unless, of course, your code depends upon that fix. */ #define kNuVersionMajor 2 #define kNuVersionMinor 1 -#define kNuVersionBug 0 +#define kNuVersionBug 1 /* diff --git a/nulib2/State.c b/nulib2/State.c index b6991f1..fc97d12 100644 --- a/nulib2/State.c +++ b/nulib2/State.c @@ -9,7 +9,7 @@ #include "Nulib2.h" -static const char* gProgramVersion = "2.1.0"; +static const char* gProgramVersion = "2.1.1"; /*