Updated version to v2.1.1.

This commit is contained in:
Andy McFadden 2006-02-19 01:31:34 +00:00
parent 1d2be9c9ab
commit 2b5c399f78
3 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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
/*

View File

@ -9,7 +9,7 @@
#include "Nulib2.h"
static const char* gProgramVersion = "2.1.0";
static const char* gProgramVersion = "2.1.1";
/*