Skip to content

Commit

Permalink
Bump the version number to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Mar 15, 2023
1 parent f1b7803 commit 451677d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion autodescribe
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ comment_pnm () {
###########################

if [ $# -eq 0 ] ; then
echo 'autodescribe ver. 4-dev'
echo 'autodescribe ver. 5'
echo 'Usage: autodescribe [-l] [-e program] [ -q ] [ -t type ] file1 [ file2 ... ]'
echo 'Extracts comments from files'
echo ' -e cmd command to run once for each file with args: comment file'
Expand Down
2 changes: 1 addition & 1 deletion autodescribe.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
.TH AUTODESCRIBE 1 "2023-01-28" "autodescribe version 4"
.TH AUTODESCRIBE 1 "2023-03-15" "autodescribe version 5"
.SH NAME
autodescribe \- automatically extract descriptions from files
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion automtime
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ mtime_zpaq () {
###########################

if [ $# -eq 0 ] ; then
echo 'automtime ver. 4-dev'
echo 'automtime ver. 5'
echo 'Usage: automtime [-l] [-m] [-e program] [ -q ] [ -t type ] file1 [ file2 ... ]'
echo 'Extracts modification from internal file metadata'
echo ' -e cmd command to run once for each file with args: mtime file'
Expand Down
2 changes: 1 addition & 1 deletion automtime.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
.TH AUTOMTIME 1 "2023-01-28" "automtime version 4-dev"
.TH AUTOMTIME 1 "2023-03-15" "automtime version 5"
.SH NAME
automtime \- automatically extract modification times from files
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion fv
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# in the first position. These extensions are listed using the -l option.

usage () {
echo 'fv ver. 4-dev'
echo 'fv ver. 5'
echo 'Displays directory listings for many archive types.'
echo ''
echo 'Usage: fv [-v] [-?] [-h] [-l] [-t type] archive1 [ archive2 ... ]'
Expand Down
2 changes: 1 addition & 1 deletion fv.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
.TH FV 1 "2023-01-28" "fv version 4"
.TH FV 1 "2023-03-15" "fv version 5"
.SH NAME
fv \- archive and package directory lister
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion fvi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# in the first position. These extensions are listed using the -l option.

usage () {
echo 'fvi ver. 4-dev'
echo 'fvi ver. 5'
echo 'Displays metadata for many file types.'
echo ''
echo 'Usage: fvi [-v] [-?] [-h] [-l] [-t type] file1 [ file2 ... ]'
Expand Down
2 changes: 1 addition & 1 deletion fvi.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
.TH FVI 1 "2023-03-06" "fvi version 4-dev"
.TH FVI 1 "2023-03-15" "fvi version 5"
.SH NAME
fvi \- File view info metadata displayer
.SH SYNOPSIS
Expand Down

0 comments on commit 451677d

Please sign in to comment.