18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: (GPL-2.0 OR CDDL-1.0) */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * VBox Guest additions version info, this is used by the host to determine 48c2ecf20Sopenharmony_ci * supported guest-addition features in some cases. So this will need to be 58c2ecf20Sopenharmony_ci * synced with vbox upstreams versioning scheme when we implement / port 68c2ecf20Sopenharmony_ci * new features from the upstream out-of-tree vboxguest driver. 78c2ecf20Sopenharmony_ci */ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#ifndef __VBOX_VERSION_H__ 108c2ecf20Sopenharmony_ci#define __VBOX_VERSION_H__ 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#define VBG_VERSION_MAJOR 6 138c2ecf20Sopenharmony_ci#define VBG_VERSION_MINOR 0 148c2ecf20Sopenharmony_ci#define VBG_VERSION_BUILD 0 158c2ecf20Sopenharmony_ci#define VBG_SVN_REV 127566 168c2ecf20Sopenharmony_ci#define VBG_VERSION_STRING "6.0.0" 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci#endif 19