VirtualBox

Changeset 97049 in vbox


Ignore:
Timestamp:
Oct 7, 2022 3:45:17 PM (2 years ago)
Author:
vboxsync
Message:

After 7.0.0, missing part

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Version.kmk

    r97047 r97049  
    3535# new build. The define is available in every source file. Only even build numbers
    3636# will be published, odd numbers are set during development.
    37 VBOX_VERSION_BUILD  = 0
     37VBOX_VERSION_BUILD  = 1
    3838# This can be overridden in LocalConfig.kmk or elsewhere.
    3939# For the convention, see checks near the end of Config.kmk.
     
    4545VBOX_RELEASE_EXACT_MATCH =
    4646
    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 == 0
    50 #  ifeq ($(VBOX_VERSION_PRERELEASE),)
    51 #   VBOX_RELEASE_EXACT_MATCH:=1
    52 #  endif
    53 # endif
    54 # VBOX_VERSION_PRERELEASE:=BETA4
    55 #endif
     47# darwin.arm64 will remain BETA for quite a while.
     48if1of ($(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
     55endif
    5656
    5757# Fallback revision when there is no other source. See Config.kmk.
Note: See TracChangeset for help on using the changeset viewer.

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