]> git.mxchange.org Git - flightgear.git/blob - src/Include/no_version.h
Remove unnecessary includes/using
[flightgear.git] / src / Include / no_version.h
1 #ifndef FG_NO_VERSION_H
2 #define FG_NO_VERSION_H
3
4 // version.h is generated by the build system for official builds of
5 // FlightGear. To avoid complicating the life of regular developers,
6 // especially on Windows, we set HAVE_VERSION_H if version.h is generated.
7 // If that define is not set, we include this file instead, which provides
8 // placeholder values instead.
9
10 #define FLIGHTGEAR_VERSION "development " __DATE__
11 #define SIMGEAR_VERSION FLIGHTGEAR_VERSION
12
13 #define HUDSON_BUILD_NUMBER 0
14 #define HUDSON_BUILD_ID "none"
15 #define REVISION "unknown"
16
17 #endif