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
RevLine 
[68940]1# $Id: Version.kmk 76931 2019-01-21 23:30:36Z vboxsync $
2## @file
3# The VirtualBox version.
4#
[76931]5# This file gets included by the root Config.kmk.
[68940]6#
7
8#
[76553]9# Copyright (C) 2017-2019 Oracle Corporation
[68940]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.
[74973]21VBOX_VERSION_MAJOR = 6
[68940]22# Minor version.
[74973]23VBOX_VERSION_MINOR = 0
[68940]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.
[76924]27VBOX_VERSION_BUILD = 97
[68940]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.
[76288]32VBOX_VERSION_PRERELEASE =
[68940]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.
[76140]35VBOX_RELEASE_EXACT_MATCH =
[76931]36
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use