home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dokpr1.zip / mversion.h < prev    next >
Text File  |  1995-11-07  |  2KB  |  40 lines

  1. /**************************************************************************
  2.  *                                                                        *
  3.  *                                                                        *
  4.  *          This code is copyright (c) 1994                               *
  5.  *                     Athena Design, Inc.                                *
  6.  *                     and David Pollak                                   *
  7.  *                                                                        *
  8.  *                ALL RIGHTS RESERVED                                     *
  9.  *                                                                        *
  10.  *                                                                        *
  11.  *                                                                        *
  12.  *                                                                        *
  13.  *                                                                        *
  14.  **************************************************************************/
  15.  
  16. /*
  17.     this file simply has the version number so the DLL and EXE are in sync
  18.     6-24-94 dpp
  19. */
  20.  
  21. #ifndef _MH_VERSion
  22.  
  23. #define _MH_VERSion
  24.  
  25. #define VERSION_NUMBER 117
  26. #define VERSION_STRING "Mesa Release 2.0.5"
  27.  
  28. // July 30, 1994
  29. // #define BOMBDATE (770823228 + 60 * (60 * 60 * 24))
  30. // August 30, 1994
  31. // #define BOMBDATE (770823228 + 90 * (60 * 60 * 24))
  32. // Sept 30 1994
  33. // #define BOMBDATE (770823228 + 120 * (60 * 60 * 24))
  34. // Oct 15 1994
  35. //#define BOMBDATE (770823228 + 365 * (60 * 60 * 24))
  36. // May 1, 1995
  37. #define BOMBDATE (799113600)
  38.  
  39. // _MH_VERSion
  40. #endif