home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / internet-tools / httpproxy / src / httpproxy_rev.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-13  |  410 b   |  12 lines

  1. /* #define VERSION         0
  2.    #define REVISION        12
  3.  */
  4. #define PRG_NAME        "httpproxy"
  5. #define REVSTRING       "0.12"
  6. #define REVSTATE        "public beta"
  7. #define DATE            "13.02.96"
  8.  
  9. #define VERSTRING       PRG_NAME " " REVSTRING " " REVSTATE " (" DATE ")"
  10. #define VERSTAG         "\0$VER: " PRG_NAME " " REVSTRING " " REVSTATE " (" DATE ")"
  11. #define VERSHTTP        PRG_NAME "/" REVSTRING
  12.