162306a36Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0 OR CDDL-1.0) */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * VBox Guest additions version info, this is used by the host to determine 462306a36Sopenharmony_ci * supported guest-addition features in some cases. So this will need to be 562306a36Sopenharmony_ci * synced with vbox upstreams versioning scheme when we implement / port 662306a36Sopenharmony_ci * new features from the upstream out-of-tree vboxguest driver. 762306a36Sopenharmony_ci */ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#ifndef __VBOX_VERSION_H__ 1062306a36Sopenharmony_ci#define __VBOX_VERSION_H__ 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#define VBG_VERSION_MAJOR 6 1362306a36Sopenharmony_ci#define VBG_VERSION_MINOR 0 1462306a36Sopenharmony_ci#define VBG_VERSION_BUILD 0 1562306a36Sopenharmony_ci#define VBG_SVN_REV 127566 1662306a36Sopenharmony_ci#define VBG_VERSION_STRING "6.0.0" 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ci#endif 19