Skip to content

Commit

Permalink
Update to version 3.2
Browse files Browse the repository at this point in the history
Also update the copyright year.
  • Loading branch information
dfandrich committed Mar 8, 2024
1 parent 9b28cf8 commit 55f0004
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cbmarcs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions fvcbm.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions fvcbm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 */
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 55f0004

Please sign in to comment.