diff --git a/simgear/io/HTTPClient.cxx b/simgear/io/HTTPClient.cxx index e654ab02..4c06fba3 100644 --- a/simgear/io/HTTPClient.cxx +++ b/simgear/io/HTTPClient.cxx @@ -12,7 +12,13 @@ #include #include +#if defined( HAVE_VERSION_H ) && HAVE_VERSION_H #include "version.h" +#else +# if !defined(SIMGEAR_VERSION) +# define SIMGEAR_VERSION "development " __DATE__ +# endif +#endif using std::string; using std::stringstream;