Changeset 97049 in vbox
- Timestamp:
- Oct 7, 2022 3:45:17 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Version.kmk
r97047 r97049 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 = 1 38 38 # This can be overridden in LocalConfig.kmk or elsewhere. 39 39 # For the convention, see checks near the end of Config.kmk. … … 45 45 VBOX_RELEASE_EXACT_MATCH = 46 46 47 # For later:darwin.arm64 will remain BETA for quite a while.48 #if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.arm64)49 #if $(VBOX_VERSION_BUILD) % 2 == 050 #ifeq ($(VBOX_VERSION_PRERELEASE),)51 #VBOX_RELEASE_EXACT_MATCH:=152 #endif53 #endif54 #VBOX_VERSION_PRERELEASE:=BETA455 #endif47 # darwin.arm64 will remain BETA for quite a while. 48 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.arm64) 49 if $(VBOX_VERSION_BUILD) % 2 == 0 50 ifeq ($(VBOX_VERSION_PRERELEASE),) 51 VBOX_RELEASE_EXACT_MATCH:=1 52 endif 53 endif 54 VBOX_VERSION_PRERELEASE:=BETA4 55 endif 56 56 57 57 # Fallback revision when there is no other source. See Config.kmk.
Note:
See TracChangeset
for help on using the changeset viewer.