home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / PURE_B / PBMAG22A.MSA / MINT095S.ZIP / SRC / VERSION.H < prev    next >
C/C++ Source or Header  |  1987-04-22  |  207b  |  12 lines

  1. #define MAJ_VERSION    0
  2. #define MIN_VERSION    95
  3.  
  4. #define PATCHLEVEL    13
  5. /*#define BETA */
  6.  
  7. #ifdef BETA
  8. #define VERS_STRING    "%d.%d prelim. version PL %d"
  9. #else
  10. #define VERS_STRING    "%d.%d PL %d"
  11. #endif
  12.