^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) /* SPDX-License-Identifier: (GPL-2.0 OR CDDL-1.0) */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) * VBox Guest additions version info, this is used by the host to determine
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) * supported guest-addition features in some cases. So this will need to be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) * synced with vbox upstreams versioning scheme when we implement / port
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) * new features from the upstream out-of-tree vboxguest driver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) #ifndef __VBOX_VERSION_H__
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) #define __VBOX_VERSION_H__
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) #define VBG_VERSION_MAJOR 6
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) #define VBG_VERSION_MINOR 0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) #define VBG_VERSION_BUILD 0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) #define VBG_SVN_REV 127566
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) #define VBG_VERSION_STRING "6.0.0"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) #endif