home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / hacking / internet / desc03.sh / version.h < prev   
Encoding:
C/C++ Source or Header  |  1993-02-04  |  223 b   |  13 lines

  1. /* version.h -    Describe version
  2.  *
  3.  * This version definition is fairly arbitrary at the moment
  4.  */
  5.  
  6. #ifndef PACKAGE_NAME
  7. #define PACKAGE_NAME    "describe"
  8. #endif
  9.  
  10. #ifndef PACKAGE_VERSION
  11. #define PACKAGE_VERSION    "2.0"
  12. #endif
  13.