aboutsummaryrefslogtreecommitdiff
path: root/include/version-generated.h
blob: 406a41817c7637fc185106f9eb430398da873504 (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 7
#define VBOX_VERSION_MINOR 0
#define VBOX_VERSION_BUILD 0
#define VBOX_VERSION_STRING_RAW "7.0.0"
#define VBOX_VERSION_STRING "7.0.0"
#define VBOX_API_VERSION_STRING "7_0"

#define VBOX_PRIVATE_BUILD_DESC "Private fake build"

#endif