Upped version to v2.0.0.

This commit is contained in:
Andy McFadden 2003-02-08 22:18:17 +00:00
parent 3841a233b2
commit 6f418b9d5c
1 changed files with 3 additions and 2 deletions

View File

@ -31,8 +31,8 @@ extern "C" {
* The "bug" version can usually be ignored, since it represents minor
* fixes.
*/
#define kNuVersionMajor 1
#define kNuVersionMinor 1
#define kNuVersionMajor 2
#define kNuVersionMinor 0
#define kNuVersionBug 0
@ -576,6 +576,7 @@ typedef enum NuProgressState {
kNuProgressDone, /* all done, success */
kNuProgressSkipped, /* all done, we skipped this one */
kNuProgressAborted, /* all done, user cancelled the operation */
kNuProgressFailed /* all done, failure */
} NuProgressState;