home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / misc / makeversion / product-info < prev   
Fred Fish's Product-Info  |  1995-10-04  |  867b  |  45 lines

  1. .name
  2. MakeVersion
  3. .aminet-dir
  4. dev/misc
  5. .type
  6. OS Utility
  7. .short
  8. Program for creating version numbers.
  9. .description
  10. MakeVersion is a simple program for creating program version
  11. numbers. I use it to embed version numbers in most of my
  12. publicly-released programs. It creates linkable object files
  13. which can be used by any standard Amiga linker when linking
  14. the program and is particularly suitable for use in Make
  15. files (or Lmk or DMake files).
  16. .version
  17. 1.0
  18. .author
  19. Ben Hutchings
  20. .requirements
  21. OS2.0+
  22. .distribution
  23. Freeware
  24. .address
  25. 43 Harrison Close
  26. Reigate
  27. Surrey RH2 7HS
  28. ENGLAND
  29. .docs
  30. MakeVersion.doc
  31. .described-by
  32. Richard Fish
  33. .submittal
  34. Submitted on disk directly by the author.
  35. .execute
  36. set choice `RequestChoice "MakeVersion" "Please select an option" "View Doc" "Cancel"`
  37.  
  38. if $choice EQ "0"
  39.   quit 5
  40. endif
  41.  
  42. if $choice EQ "1"
  43.   MetaTool MakeVersion.doc TEXT
  44. endif
  45.