]> git.mxchange.org Git - flightgear.git/blob - src/Include/no_version.h
Merge commit 'refs/merge-requests/13' of git://gitorious.org/fg/flightgear into next
[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
12 #define HUDSON_BUILD_NUMBER 0
13 #define HUDSON_BUILD_ID "none"
14 #define REVISION "unknown"
15
16 #endif