Skip to content

Commit

Permalink
Bump the version number to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Dec 22, 2021
1 parent 4e75e75 commit 65566a1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion autodescribe
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ comment_pnm () {
###########################

if [ $# -eq 0 ] ; then
echo 'autodescribe ver. 2.1'
echo 'autodescribe ver. 3'
echo 'Usage: autodescribe [-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 "14 Oct 2021" "autodescribe version 2.1"
.TH AUTODESCRIBE 1 "14 Oct 2021" "autodescribe version 3"
.SH NAME
autodescribe \- automatically extract descriptions 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 @@ -30,7 +30,7 @@
# in the first position. These extensions are listed using the -l option.

usage () {
echo 'fv ver. 2.1'
echo 'fv ver. 3'
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 "09 Oct 2021" "fv version 2.1"
.TH FV 1 "09 Oct 2021" "fv version 3"
.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 @@ -30,7 +30,7 @@
# in the first position. These extensions are listed using the -l option.

usage () {
echo 'fvi ver. 2.1'
echo 'fvi ver. 3'
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 "09 Oct 2021" "fvi version 2.1"
.TH FVI 1 "09 Oct 2021" "fvi version 3"
.SH NAME
fvi \- File view info metadata displayer
.SH SYNOPSIS
Expand Down

0 comments on commit 65566a1

Please sign in to comment.