Update version to 2.2.2 ("bug" version bump). Nudge the

copyright banner.
This commit is contained in:
Andy McFadden 2014-10-28 11:03:46 -07:00
parent d8d9bb378d
commit 8b83c7afe5
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ extern "C" {
*/ */
#define kNuVersionMajor 2 #define kNuVersionMajor 2
#define kNuVersionMinor 2 #define kNuVersionMinor 2
#define kNuVersionBug 0 #define kNuVersionBug 2
/* /*

View File

@ -149,7 +149,7 @@ Usage(const NulibState* pState)
printf("\nNulib2 v%s, linked with NufxLib v%ld.%ld.%ld [%s]\n", printf("\nNulib2 v%s, linked with NufxLib v%ld.%ld.%ld [%s]\n",
NState_GetProgramVersion(pState), NState_GetProgramVersion(pState),
majorVersion, minorVersion, bugVersion, nufxLibFlags); 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("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("Visit http://www.nulib.com/ for source code and documentation.\n\n");
printf("Usage: %s -command[modifiers] archive [filename-list]\n\n", printf("Usage: %s -command[modifiers] archive [filename-list]\n\n",

View File

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