home *** CD-ROM | disk | FTP | other *** search
- //
- // OS/2 RMCS - Copyright (c) ExcelSoft Software 1990 All rights reserved
- //
- // OS2VER.H
- //
- // Version include file
- //
- #ifndef _OS2VER_H
- #define _OS2VER_H
-
- #define VERSION "0.9a" // keep this at 4 chars for formatting purposes
- #ifdef MAXUSERS
- #undef MAXUSERS
- #endif
- #define MAXUSERS 3 // # of remote + 1 local
- // #define DEVELOPER
-
- #define HPFS_OK // use this only with os/2 1.2 or later
- #define COPYRIGHT1 "Omega Point/2 Bulletin Board System"
- #define COPYRIGHT2 "Copyright (c) ExcelSoft 1990. All rights reserved."
- #define COPYRIGHT3 "Designed by Christopher A. Boaro"
-
- #endif
-
-