nsBuildID.h
上传用户:goldcmy89
上传日期:2017-12-03
资源大小:2246k
文件大小:1k
源码类别:

PlugIns编程

开发平台:

Visual C++

  1. #ifndef _NSBUILDID_H_
  2. #define _NSBUILDID_H_
  3. /* Build ID file.
  4. *
  5. * If building MOZILLLA_OFFICIAL (release build) NS_BUILD_ID will be updated
  6. * to a current build id. This will be used to determine if we need to 
  7. * re-register components.
  8. *
  9. */
  10. #define NS_BUILD_ID 2006060814
  11. /* GRE_BUILD_ID - GRE build version identifier
  12.  *
  13.  * If creating a release build (eg, MOZILLA_OFFICIAL is set), then 
  14.  * GRE_BUILD_ID will be updated to contain <milestone>_<build id>.  
  15.  * If building a milestone build (eg, MOZ_MILESTONE_RELEASE is set), then 
  16.  * GRE_BUILD_ID will just contain <milestone>. 
  17.  *
  18.  */
  19. #define GRE_BUILD_ID "1.8.0.4"
  20. #endif /* _NSBUILDID_H_ */