home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / full / activeperl / APi522e.exe / data.z / BuildInfo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-11-01  |  721 b   |  23 lines

  1. /* BuildInfo.h
  2.  *
  3.  * (c) 1999 ActiveState Tool Corp. All rights reserved. 
  4.  *
  5.  */
  6.  
  7. #ifndef ___BuildInfo__h___
  8. #define ___BuildInfo__h___
  9.  
  10. #define PRODUCT_BUILD_NUMBER    "522"
  11. #define PERLFILEVERSION        "5,2,2,0\0"
  12. #define PERLRC_VERSION        5,2,2,0
  13. #define PERLPRODUCTVERSION    "Build " PRODUCT_BUILD_NUMBER "\0"
  14. #define PERLPRODUCTNAME        "ActivePerl\0"
  15.  
  16. #define ACTIVEPERL_VERSION    "Built "##__TIME__##" "##__DATE__##"\n"
  17. #define ACTIVEPERL_LOCAL_PATCHES_ENTRY    "ActivePerl Build " PRODUCT_BUILD_NUMBER
  18. #define BINARY_BUILD_NOTICE    printf("\n\
  19. Binary build "##PRODUCT_BUILD_NUMBER##" provided by ActiveState Tool Corp. http://www.ActiveState.com\n\
  20. " ACTIVEPERL_VERSION "\n");
  21.  
  22. #endif  /* ___BuildInfo__h___ */
  23.