]> git.mxchange.org Git - flightgear.git/blobdiff - src/Include/version.h.in
Fix for old PUI versions
[flightgear.git] / src / Include / version.h.in
index 7e49437c44b8a5fe1109b89a19cb094c95fc37b2..035a552f6f28492325e3ff242f9cf5ae29251e41 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
@@ -16,8 +16,8 @@
 //
 // You should have received a copy of the GNU Library General Public
 // License along with this library; if not, write to the
-// Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-// Boston, MA  02111-1307, USA.
+// Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+// Boston, MA  02110-1301, USA.
 //
 // $Id$
 
@@ -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