mirror of
https://github.com/fadden/nulib2.git
synced 2024-12-27 17:29:57 +00:00
Update version to 2.2.2 ("bug" version bump). Nudge the
copyright banner.
This commit is contained in:
parent
d8d9bb378d
commit
8b83c7afe5
@ -33,7 +33,7 @@ extern "C" {
|
||||
*/
|
||||
#define kNuVersionMajor 2
|
||||
#define kNuVersionMinor 2
|
||||
#define kNuVersionBug 0
|
||||
#define kNuVersionBug 2
|
||||
|
||||
|
||||
/*
|
||||
|
@ -149,7 +149,7 @@ Usage(const NulibState* pState)
|
||||
printf("\nNulib2 v%s, linked with NufxLib v%ld.%ld.%ld [%s]\n",
|
||||
NState_GetProgramVersion(pState),
|
||||
majorVersion, minorVersion, bugVersion, nufxLibFlags);
|
||||
printf("Copyright (C) 2000-2009, Andy McFadden. All Rights Reserved.\n");
|
||||
printf("Copyright (C) 2000-2014, Andy McFadden. All Rights Reserved.\n");
|
||||
printf("This software is distributed under terms of the BSD License.\n");
|
||||
printf("Visit http://www.nulib.com/ for source code and documentation.\n\n");
|
||||
printf("Usage: %s -command[modifiers] archive [filename-list]\n\n",
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "Nulib2.h"
|
||||
|
||||
|
||||
static const char* gProgramVersion = "2.2.1";
|
||||
static const char* gProgramVersion = "2.2.2";
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user