VirtualBox

source: vbox/trunk/Version.kmk@ 78203

Last change on this file since 78203 was 76931, checked in by vboxsync, 5 years ago

/Version.kmk: Touch for extpack build/fetch hickup.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1# $Id: Version.kmk 76931 2019-01-21 23:30:36Z vboxsync $
2## @file
3# The VirtualBox version.
4#
5# This file gets included by the root Config.kmk.
6#
7
8#
9# Copyright (C) 2017-2019 Oracle Corporation
10#
11# This file is part of VirtualBox Open Source Edition (OSE), as
12# available from http://www.virtualbox.org. This file is free software;
13# you can redistribute it and/or modify it under the terms of the GNU
14# General Public License (GPL) as published by the Free Software
15# Foundation, in version 2 as it comes in the "COPYING" file of the
16# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
17# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
18#
19
20# Major version.
21VBOX_VERSION_MAJOR = 6
22# Minor version.
23VBOX_VERSION_MINOR = 0
24# This is the current build number. It should be increased every time we publish a
25# new build. The define is available in every source file. Only even build numbers
26# will be published, odd numbers are set during development.
27VBOX_VERSION_BUILD = 97
28# This can be overridden in LocalConfig.kmk or elsewhere.
29# For the convention, see checks near the end of Config.kmk.
30VBOX_BUILD_PUBLISHER =
31# Just the BETA[n],ALPHA[n],RC[n] indicators. Set to empty string for release.
32VBOX_VERSION_PRERELEASE =
33# Force a release-type build with exactly matching Additions etc, even if
34# our numbering does not say this is a release build, by setting this non-empty.
35VBOX_RELEASE_EXACT_MATCH =
36
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use