version.h
上传用户:minyiyu
上传日期:2018-12-24
资源大小:864k
文件大小:0k
源码类别:

Telnet服务器

开发平台:

Unix_Linux

  1. /*  Version information */
  2. /*
  3. $Id: version.h,v 1.2 2000/02/18 14:07:06 edwardc Exp $
  4. */
  5. #ifndef _VERSION_H_
  6. #define _VERSION_H_
  7. #ifndef INNBBSDVERSION
  8. #  define INNBBSDVERSION "0.50beta-5F"
  9. #endif
  10. #ifndef NCMVERSION
  11. #  define NCMVERSION     "NoCeM_0.63"
  12. #endif
  13. #ifdef USE_NCM_PATCH
  14. #  define VERSION        INNBBSDVERSION"_"NCMVERSION
  15. #else
  16. #  define VERSION        INNBBSDVERSION
  17. #endif
  18. #endif