VirtualBox

source: vbox/trunk/src/libs/xpcom18a4/nsBuildID.h@ 44528

最後變更 在這個檔案從44528是 1,由 vboxsync 提交於 55 年 前

import

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 660 位元組
 
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 0000000000
11
12/* GRE_BUILD_ID - GRE build version identifier
13 *
14 * If creating a release build (eg, MOZILLA_OFFICIAL is set), then
15 * GRE_BUILD_ID will be updated to contain <milestone>_<build id>.
16 * If building a milestone build (eg, MOZ_MILESTONE_RELEASE is set), then
17 * GRE_BUILD_ID will just contain <milestone>.
18 *
19 */
20#define GRE_BUILD_ID "1.8b2_0000000000"
21
22#endif /* _NSBUILDID_H_ */
23
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette