brintos

brintos / linux-shallow public Read only

0
0
Text · 559 B · 84834da Raw
19 lines · c
1/* SPDX-License-Identifier: (GPL-2.0 OR CDDL-1.0) */2/*3 * VBox Guest additions version info, this is used by the host to determine4 * supported guest-addition features in some cases. So this will need to be5 * synced with vbox upstreams versioning scheme when we implement / port6 * new features from the upstream out-of-tree vboxguest driver.7 */8 9#ifndef __VBOX_VERSION_H__10#define __VBOX_VERSION_H__11 12#define VBG_VERSION_MAJOR 613#define VBG_VERSION_MINOR 014#define VBG_VERSION_BUILD 015#define VBG_SVN_REV 12756616#define VBG_VERSION_STRING "6.0.0"17 18#endif19