home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
dev
/
misc
/
makeversion
/
product-info
< prev
Wrap
Fred Fish's Product-Info
|
1995-10-04
|
867b
|
45 lines
.name
MakeVersion
.aminet-dir
dev/misc
.type
OS Utility
.short
Program for creating version numbers.
.description
MakeVersion is a simple program for creating program version
numbers. I use it to embed version numbers in most of my
publicly-released programs. It creates linkable object files
which can be used by any standard Amiga linker when linking
the program and is particularly suitable for use in Make
files (or Lmk or DMake files).
.version
1.0
.author
Ben Hutchings
.requirements
OS2.0+
.distribution
Freeware
.address
43 Harrison Close
Reigate
Surrey RH2 7HS
ENGLAND
.docs
MakeVersion.doc
.described-by
Richard Fish
.submittal
Submitted on disk directly by the author.
.execute
set choice `RequestChoice "MakeVersion" "Please select an option" "View Doc" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool MakeVersion.doc TEXT
endif