home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1997 #3 / amigamamagazinepolishissue03-1 / polski_aminet / michal_letowski / debuglib / src / debug.rev.h < prev    next >
C/C++ Source or Header  |  1996-05-11  |  436b  |  20 lines

  1. /*
  2. **    debug.rev.h - revision history for debug.lib
  3. **    $VER: debug.rev.h 37.1 (11.5.96)
  4. **    Copyright © 1996 Michal Letowski
  5. **    
  6. **    37.1 (11.5.95) - started work
  7. */
  8.  
  9. #ifndef DEBUG_REV_H
  10. #define DEBUG_REV_H
  11.  
  12. #define PROG_NAME                "debug.lib"
  13. #define PROG_ID                    "debug"
  14. #define PROG_VERSION        "37"
  15. #define PROG_REVISION        "1"
  16. #define PROG_DATE                "11.5.96"
  17. #define PROG_COPYRIGHT    "Copyright © 1996 Michael Letowski"
  18.  
  19. #endif /* DEBUG_REV_H */
  20.