Fixed breaks in switch statements causing premature end-of-traces (bug 456345, r...
[mozilla-central.git] / config / nsBuildID.h.in
blob4f894cfad3c07c27dbe7a76ccca3a5d0abab4ba2
1 #ifndef _NSBUILDID_H_
2 #define _NSBUILDID_H_
3 /* Build ID file.
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.
9 */
10 #define NS_BUILD_ID 0000000000
12 /* GRE_BUILD_ID - GRE build version identifier
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>.
20 #define GRE_BUILD_ID "00000000000"
22 #endif /* _NSBUILDID_H_ */