summaryrefslogtreecommitdiff
path: root/Version.kmk
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2022-10-07 15:45:17 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2022-10-07 15:45:17 +0000
commit6c7a442ad5809b02f9a331fd9d364f3c41ad5295 (patch)
tree6dccf3148004f6779e5f4162b0eaa7e4c5eb04a3 /Version.kmk
parentd92934f0317249a81bff1b63ba7d8c72f4a5720c (diff)
downloadVirtualBox-svn-6c7a442ad5809b02f9a331fd9d364f3c41ad5295.tar.gz
After 7.0.0, missing part
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@97049 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'Version.kmk')
-rw-r--r--Version.kmk20
1 files changed, 10 insertions, 10 deletions
diff --git a/Version.kmk b/Version.kmk
index 03852280e4e..ba6260edcc7 100644
--- a/Version.kmk
+++ b/Version.kmk
@@ -34,7 +34,7 @@ VBOX_VERSION_MINOR = 0
# This is the current build number. It should be increased every time we publish a
# new build. The define is available in every source file. Only even build numbers
# will be published, odd numbers are set during development.
-VBOX_VERSION_BUILD = 0
+VBOX_VERSION_BUILD = 1
# This can be overridden in LocalConfig.kmk or elsewhere.
# For the convention, see checks near the end of Config.kmk.
VBOX_BUILD_PUBLISHER =
@@ -44,15 +44,15 @@ VBOX_VERSION_PRERELEASE =
# our numbering does not say this is a release build, by setting this non-empty.
VBOX_RELEASE_EXACT_MATCH =
-# For later: darwin.arm64 will remain BETA for quite a while.
-#if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.arm64)
-# if $(VBOX_VERSION_BUILD) % 2 == 0
-# ifeq ($(VBOX_VERSION_PRERELEASE),)
-# VBOX_RELEASE_EXACT_MATCH:=1
-# endif
-# endif
-# VBOX_VERSION_PRERELEASE:=BETA4
-#endif
+# darwin.arm64 will remain BETA for quite a while.
+if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.arm64)
+ if $(VBOX_VERSION_BUILD) % 2 == 0
+ ifeq ($(VBOX_VERSION_PRERELEASE),)
+ VBOX_RELEASE_EXACT_MATCH:=1
+ endif
+ endif
+ VBOX_VERSION_PRERELEASE:=BETA4
+endif
# Fallback revision when there is no other source. See Config.kmk.
VBOX_SVN_REV_VERSION_FALLBACK := $(patsubst %:,, $Rev$ )