mirror of
https://github.com/fadden/nulib2.git
synced 2025-01-15 07:34:38 +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 kNuVersionMajor 2
|
||||||
#define kNuVersionMinor 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",
|
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",
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#include "Nulib2.h"
|
#include "Nulib2.h"
|
||||||
|
|
||||||
|
|
||||||
static const char* gProgramVersion = "2.2.1";
|
static const char* gProgramVersion = "2.2.2";
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user