summaryrefslogtreecommitdiff
path: root/Version.kmk
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2022-09-28 14:07:51 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2022-09-28 14:07:51 +0000
commit8058c81e501e010d99074a4332910c906f2f0621 (patch)
treededc76ab83c06d072a72f8d90016f62465ca051e /Version.kmk
parent376f136ebe73499298e9f87ae3d54ed508a4111b (diff)
downloadVirtualBox-svn-8058c81e501e010d99074a4332910c906f2f0621.tar.gz
7.0.0_BETA3
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96918 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'Version.kmk')
-rw-r--r--Version.kmk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Version.kmk b/Version.kmk
index 4c1b02dafd6..a31a31a510f 100644
--- a/Version.kmk
+++ b/Version.kmk
@@ -39,10 +39,10 @@ VBOX_VERSION_BUILD = 0
# For the convention, see checks near the end of Config.kmk.
VBOX_BUILD_PUBLISHER =
# Just the BETA[n],ALPHA[n],RC[n] indicators. Set to empty string for release.
-VBOX_VERSION_PRERELEASE = BETA2
+VBOX_VERSION_PRERELEASE = BETA3
# Force a release-type build with exactly matching Additions etc, even if
# our numbering does not say this is a release build, by setting this non-empty.
-VBOX_RELEASE_EXACT_MATCH =
+VBOX_RELEASE_EXACT_MATCH = 1
# For later: darwin.arm64 will remain BETA for quite a while.
#if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.arm64)