home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / mint104s.zoo / mint.src / version.h < prev    next >
C/C++ Source or Header  |  1993-03-08  |  185b  |  13 lines

  1. #define MAJ_VERSION    1
  2. #define MIN_VERSION    4
  3.  
  4. #ifndef MULTITOS
  5. #define BETA
  6. #endif
  7.  
  8. #ifdef BETA
  9. #define VERS_STRING    "%d.%02d BETA"
  10. #else
  11. #define VERS_STRING    "%d.%02d"
  12. #endif
  13.