Update version for v3.1.0 release

This commit is contained in:
Andy McFadden 2017-09-21 11:52:37 -07:00
parent 20fe7efb4d
commit 137cafa05b
4 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,5 @@
2017/09/21 ***** v3.1.0 shipped *****
2016/01/11 fadden
- Fix handling of disk images (broken by previous change).

View File

@ -1,3 +1,5 @@
2017/09/21 ***** v3.1.0 shipped *****
2015/12/26 fadden
- Fix handling of entries with missing threads.
- Improve handling of Mac OS X file type attributes.

View File

@ -143,7 +143,7 @@ static void Usage(const NulibState* pState)
printf("\nNuLib2 v%s, linked with NufxLib v%d.%d.%d [%s]\n",
NState_GetProgramVersion(pState),
majorVersion, minorVersion, bugVersion, nufxLibFlags);
printf("Copyright (C) 2000-2015, Andy McFadden. All Rights Reserved.\n");
printf("Copyright (C) 2000-2017, 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",

View File

@ -9,7 +9,7 @@
#include "NuLib2.h"
static const char* gProgramVersion = "3.1.0-a2";
static const char* gProgramVersion = "3.1.0";
/*