home *** CD-ROM | disk | FTP | other *** search
/ YPA: Your Privacy Assured / YPA.ISO / other_goodies / utilities / amigaguid.lha / AmigaGuide / AG_V39 / Source / HyperBrowser / hyperbrowser_rev.i < prev    next >
Text File  |  1993-01-08  |  482b  |  23 lines

  1.  *
  2.  * (c) Copyright 1992 Commodore-Amiga, Inc.  All rights reserved.
  3.  *
  4.  * This software is provided as-is and is subject to change; no warranties
  5.  * are made.  All use is at your own risk.  No liability or responsibility
  6.  * is assumed.
  7.  *
  8.  
  9. VERSION        EQU    39
  10. REVISION    EQU    1
  11. DATE    MACRO
  12.         dc.b    '13.8.92'
  13.     ENDM
  14. VERS    MACRO
  15.         dc.b    'hyperbrowser 39.1'
  16.     ENDM
  17. VSTRING    MACRO
  18.         dc.b    'hyperbrowser 39.1 (13.8.92)',13,10,0
  19.     ENDM
  20. VERSTAG    MACRO
  21.         dc.b    0,'$VER: hyperbrowser 39.1 (13.8.92)',0
  22.     ENDM
  23.