summaryrefslogtreecommitdiff
path: root/Version.kmk
diff options
context:
space:
mode:
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)