From 2b5c399f785807439e58652f88e2ddc201421a77 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Sun, 19 Feb 2006 01:31:34 +0000 Subject: [PATCH] Updated version to v2.1.1. --- nufxlib-0/ChangeLog.txt | 2 ++ nufxlib-0/NufxLib.h | 4 ++-- nulib2/State.c | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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"; /*