home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Game Guide / AmigaGameGuide_CD.iso / PC / Tools / chunker / source / version.h < prev   
C/C++ Source or Header  |  1977-12-31  |  343b  |  22 lines

  1. /*************************************************************************
  2.  *
  3.  * Chunker/DeChunk
  4.  *
  5.  * Copyright ©1995 Lee Kindness
  6.  * cs2lk@scms.rgu.ac.uk
  7.  *
  8.  * version.h
  9.  */
  10.  
  11. #ifndef _VERSION_H_
  12. #define _VERSION_H_
  13.  
  14. #define VERSION_NUM "1.7"
  15. #ifdef BUILD_AMIGA
  16. #define VERSION_DATE __AMIGADATE__
  17. #else
  18. #define VERSION_DATE ""
  19. #endif
  20.  
  21. #endif
  22.