Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: (GPL-2.0 OR CDDL-1.0) */
0002 /*
0003  * VBox Guest additions version info, this is used by the host to determine
0004  * supported guest-addition features in some cases. So this will need to be
0005  * synced with vbox upstreams versioning scheme when we implement / port
0006  * new features from the upstream out-of-tree vboxguest driver.
0007  */
0008 
0009 #ifndef __VBOX_VERSION_H__
0010 #define __VBOX_VERSION_H__
0011 
0012 #define VBG_VERSION_MAJOR 6
0013 #define VBG_VERSION_MINOR 0
0014 #define VBG_VERSION_BUILD 0
0015 #define VBG_SVN_REV 127566
0016 #define VBG_VERSION_STRING "6.0.0"
0017 
0018 #endif