Skip to content
Snippets Groups Projects
Commit fbfb46f8 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

mark version string with ArduPilot

parent c336551e
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ const double FGJSBBase::kgtolb = 2.20462; ...@@ -104,7 +104,7 @@ const double FGJSBBase::kgtolb = 2.20462;
const double FGJSBBase::kgtoslug = 0.06852168; const double FGJSBBase::kgtoslug = 0.06852168;
const string FGJSBBase::needed_cfg_version = "2.0"; const string FGJSBBase::needed_cfg_version = "2.0";
const string FGJSBBase::JSBSim_version = "1.0 "__DATE__" "__TIME__; const string FGJSBBase::JSBSim_version = "1.0 "__DATE__" "__TIME__" (ArduPilot)";
std::queue <FGJSBBase::Message> FGJSBBase::Messages; std::queue <FGJSBBase::Message> FGJSBBase::Messages;
FGJSBBase::Message FGJSBBase::localMsg; FGJSBBase::Message FGJSBBase::localMsg;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment