VERSION.H
上传用户:dcs7469208
上传日期:2010-01-02
资源大小:443k
文件大小:1k
源码类别:

操作系统开发

开发平台:

DOS

  1. /****************************************************************/
  2. /* */
  3. /*     version.h */
  4. /* */
  5. /*     Common version information */
  6. /* */
  7. /* Copyright (c) 1997 */
  8. /* Pasquale J. Villani */
  9. /* All Rights Reserved */
  10. /* */
  11. /* This file is part of DOS-C. */
  12. /* */
  13. /* DOS-C is free software; you can redistribute it and/or */
  14. /* modify it under the terms of the GNU General Public License */
  15. /* as published by the Free Software Foundation; either version */
  16. /* 2, or (at your option) any later version. */
  17. /* */
  18. /* DOS-C is distributed in the hope that it will be useful, but */
  19. /* WITHOUT ANY WARRANTY; without even the implied warranty of */
  20. /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See */
  21. /* the GNU General Public License for more details. */
  22. /* */
  23. /* You should have received a copy of the GNU General Public */
  24. /* License along with DOS-C; see the file COPYING.  If not, */
  25. /* write to the Free Software Foundation, 675 Mass Ave, */
  26. /* Cambridge, MA 02139, USA. */
  27. /****************************************************************/
  28. #ifdef MAIN
  29. # ifdef VERSION_STRINGS
  30. static BYTE *date_hRcsId = "$Header$";
  31. # endif
  32. #endif
  33. #define MAJOR_RELEASE 3
  34. #define MINOR_RELEASE 31
  35. #define REV_NUMBER 0
  36. #define OEM_ID 0xfd /* FreeDos version */
  37. #define REVISION_MAJOR 1
  38. #define REVISION_MINOR 0
  39. #define REVISION_SEQ 1
  40. #define BUILD 1932