From 55f00049ba478e642ebd137b61aeb0764432f633 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 7 Mar 2024 19:25:15 -0800 Subject: [PATCH] Update to version 3.2 Also update the copyright year. --- cbmarcs.h | 2 +- fvcbm.1 | 4 ++-- fvcbm.c | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cbmarcs.h b/cbmarcs.h index e7028e7..2c7c784 100644 --- a/cbmarcs.h +++ b/cbmarcs.h @@ -3,7 +3,7 @@ * * Commodore archive formats directory display routines * - * fvcbm is copyright 1993-2023 Dan Fandrich, et. al. + * fvcbm is copyright 1993-2024 Dan Fandrich, et. al. * fvcbm is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, as * published by the Free Software Foundation. diff --git a/fvcbm.1 b/fvcbm.1 index 7ec0593..77bf412 100644 --- a/fvcbm.1 +++ b/fvcbm.1 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.TH FVCBM 1 "2023-11-02" "fvcbm Version 3.2dev" +.TH FVCBM 1 "2024-03-07" "fvcbm Version 3.2" .SH NAME fvcbm \- list directories of Commodore 64/128 compatible archive files .SH SYNOPSIS @@ -156,7 +156,7 @@ like CP/M 2.2. display the incorrect file length if this is the case. .SH COPYRIGHT .B fvcbm -is copyright \(co 1995-2023 by Daniel Fandrich, et. al. +is copyright \(co 1995-2024 by Daniel Fandrich, et. al. It is provided \(lqas is\(rq, without any express or implied warranties. See the file COPYING, which should have been included with the program, for details. diff --git a/fvcbm.c b/fvcbm.c index b7aa6df..32740c3 100644 --- a/fvcbm.c +++ b/fvcbm.c @@ -19,7 +19,7 @@ * * Source file tab size is 4 * - * fvcbm is copyright (C) 1995-2023 by Daniel Fandrich + * fvcbm is copyright (C) 1995-2024 by Daniel Fandrich * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, as * published by the Free Software Foundation. @@ -66,8 +66,8 @@ WILDCARDS /****************************************************************************** * Constants ******************************************************************************/ -#define VERSION "3.2dev" -#define VERDATE "2023-09-15" +#define VERSION "3.2" +#define VERDATE "2024-03-07" #if defined(__MSDOS__) #define MAXPATH 80 /* length of longest permissible file path */ @@ -253,7 +253,7 @@ int main(int argc, char *argv[]) "View directory of Commodore 64/128 archive and self-dissolving archive files.\n" "Supports ARC230, Lynx, LZH (SFX), T64, TAP, D64, X64, N64, PC64 & LBR archive\n" "types.\n" - "fvcbm is copyright (C) 1995-2023 by Daniel Fandrich, et. al.\n" + "fvcbm is copyright (C) 1995-2024 by Daniel Fandrich, et. al.\n" "This program comes with NO WARRANTY. See the file COPYING for details.\n", ProgName); return 1;