mirror of
https://github.com/nasa/trick.git
synced 2025-03-25 21:37:37 +00:00
Changed Trick::Executive::get_current_version to return a const reference to the string that holds the version. This avoids a copy of the string object and avoids that object going out of scope. As a string, the debug_command had the same problem so I fixed that one as well. refs #252