Changeset 105507 in vbox
- Timestamp:
- Jul 25, 2024 7:17:27 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Version.kmk
r105506 r105507 35 35 # new build. The define is available in every source file. Only even build numbers 36 36 # will be published, odd numbers are set during development. 37 VBOX_VERSION_BUILD = 037 VBOX_VERSION_BUILD = 99 38 38 # This can be overridden in LocalConfig.kmk or elsewhere. 39 39 # For the convention, see checks near the end of Config.kmk. 40 40 VBOX_BUILD_PUBLISHER = 41 41 # Just the BETA[n],ALPHA[n],RC[n] indicators. Set to empty string for release. 42 VBOX_VERSION_PRERELEASE = BETA142 VBOX_VERSION_PRERELEASE = 43 43 # Force a release-type build with exactly matching Additions etc, even if 44 44 # our numbering does not say this is a release build, by setting this non-empty. 45 VBOX_RELEASE_EXACT_MATCH = 145 VBOX_RELEASE_EXACT_MATCH = 46 46 47 47 # Fallback revision when there is no other source. See Config.kmk.
Note:
See TracChangeset
for help on using the changeset viewer.