home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / OP2DEV.ZIP / OS2VER.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-07-17  |  641 b   |  25 lines

  1. //
  2. //   OS/2 RMCS   -   Copyright (c) ExcelSoft Software 1990 All rights reserved
  3. //
  4. //   OS2VER.H
  5. //
  6. //   Version include file
  7. //
  8. #ifndef _OS2VER_H
  9. #define _OS2VER_H
  10.  
  11. #define VERSION   "0.9a"  // keep this at 4 chars for formatting purposes
  12. #ifdef MAXUSERS
  13.    #undef MAXUSERS
  14. #endif
  15. #define MAXUSERS  3      // # of remote + 1 local
  16. // #define DEVELOPER
  17.  
  18. #define HPFS_OK           // use this only with os/2 1.2 or later
  19. #define COPYRIGHT1  "Omega Point/2 Bulletin Board System"
  20. #define COPYRIGHT2  "Copyright (c) ExcelSoft 1990. All rights reserved."
  21. #define COPYRIGHT3  "Designed by Christopher A. Boaro"
  22.  
  23. #endif
  24.  
  25.