mirror of
https://github.com/fadden/nulib2.git
synced 2024-12-27 17:29:57 +00:00
Updated version to v2.1.1.
This commit is contained in:
parent
1d2be9c9ab
commit
2b5c399f78
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
/*
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "Nulib2.h"
|
||||
|
||||
|
||||
static const char* gProgramVersion = "2.1.0";
|
||||
static const char* gProgramVersion = "2.1.1";
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user