forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/virt/vboxguest/vboxguest_version.h
....@@ -9,11 +9,10 @@
99 #ifndef __VBOX_VERSION_H__
1010 #define __VBOX_VERSION_H__
1111
12
-/* Last synced October 4th 2017 */
13
-#define VBG_VERSION_MAJOR 5
14
-#define VBG_VERSION_MINOR 2
12
+#define VBG_VERSION_MAJOR 6
13
+#define VBG_VERSION_MINOR 0
1514 #define VBG_VERSION_BUILD 0
16
-#define VBG_SVN_REV 68940
17
-#define VBG_VERSION_STRING "5.2.0"
15
+#define VBG_SVN_REV 127566
16
+#define VBG_VERSION_STRING "6.0.0"
1817
1918 #endif