blob: b747cbb01a356ea8d53d6d2f04d8e6e8a7d9c411 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef ___version_generated_h___
#define ___version_generated_h___
// Fake information just to get the off-the-shelf headers working.
#define VBOX_VERSION_MAJOR 6
#define VBOX_VERSION_MINOR 1
#define VBOX_VERSION_BUILD 0
#define VBOX_VERSION_STRING_RAW "6.1.0"
#define VBOX_VERSION_STRING "6.1.0"
#define VBOX_API_VERSION_STRING "6_1"
#define VBOX_PRIVATE_BUILD_DESC "Private build"
#endif
|