home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser 2002 January / STC_CD_01_2002.iso / JAGUAR / JAG_SRC / SOURCE / VERSION.H < prev    next >
C/C++ Source or Header  |  2001-08-17  |  913b  |  21 lines

  1. ////////////////////////////////////////////////////////////////////////////////
  2. // Jagulator: Atari Jaguar Console Emulation Project (version.h)
  3. // -----------------------------------------------------------------------------
  4. // Jagulator is the Copyright (c) RealityMan 1998-2001 and is provided "as is" 
  5. // without any expressed or implied warranty. I have no Trademarks, Legal or 
  6. // otherwise. Atari, Jaguar and the Atari Logo are copyright Hasbro Inc. All 
  7. // other Copyrights and Trademarks are acknowledged. This project is in no way 
  8. // linked to Atari/Hasbro or other associated Atari companies.                
  9.  
  10. #ifndef VERSION_H
  11. #define VERSION_H
  12.  
  13. #define APPNAME   "Jagulator"
  14. #define TITLE     "Atari Jaguar Emulator"
  15. #define COPYRIGHT "Copyright (c) RealityMan 2001."
  16. #define PLATFORM  "Win9x-x86"
  17. #define MAJORREV  1
  18. #define MINORREV  5
  19. #define PATCHLVL  1
  20.  
  21. #endif // VERSION_H