X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Main%2FGLUTmain.c;h=0dd996cdefaacadf8dc76f14f9218a8a80389904;hb=8c3b74b7751b7d505e72c82d02158a3643d272a5;hp=f25fe77ddb79ca63e07555d049389d7c0579f663;hpb=e84ad0511b5049a0b629bcf488d01ff043dc4f69;p=flightgear.git diff --git a/Main/GLUTmain.c b/Main/GLUTmain.c index f25fe77dd..0dd996cde 100644 --- a/Main/GLUTmain.c +++ b/Main/GLUTmain.c @@ -48,7 +48,7 @@ #include
#include // Line to command line arguments -#include +#include // for VERSION #include #include @@ -703,9 +703,6 @@ int main( int argc, char *argv[] ) { f = current_aircraft.flight; // First things first... We must have startup options dealt with. - #ifndef VERSION - #define VERSION "src-32A" - #endif printf("Flight Gear: Version %s\n\n", VERSION); /********************************************************************* @@ -814,9 +811,12 @@ extern "C" { #endif /* $Log$ -/* Revision 1.68 1998/04/03 22:09:03 curt -/* Converting to Gnu autoconf system. +/* Revision 1.69 1998/04/08 23:35:34 curt +/* Tweaks to Gnu automake/autoconf system. /* + * Revision 1.68 1998/04/03 22:09:03 curt + * Converting to Gnu autoconf system. + * * Revision 1.67 1998/03/23 21:24:37 curt * Source code formating tweaks. *