]> git.mxchange.org Git - flightgear.git/blobdiff - src/Include/version.h.in
MSVC: ensure that HAVE_VERSION_H always has a value
[flightgear.git] / src / Include / version.h.in
index 7e49437c44b8a5fe1109b89a19cb094c95fc37b2..4d1f692ef02f38e521d61d1badffeaba0500bc2d 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started October 2000.
 //
-// Copyright (C) 2000  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 2000  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
@@ -28,5 +28,8 @@
 
 #define FLIGHTGEAR_VERSION "@VERSION@"
 
+#define HUDSON_BUILD_NUMBER @HUDSON_BUILD_NUMBER@
+#define HUDSON_BUILD_ID "@HUDSON_BUILD_ID@"
+#define REVISION "@REVISION@"
 
 #endif // _FLIGHTGEAR_VERSION_H