| 2984 | // VersionInfo |
| 2985 | |
| 2986 | const std::string VersionInfo::version(void) { |
| 2987 | return std::string("9.95.0"); |
| 2988 | } |
| 2989 | /// @brief Release date of current version |
| 2990 | const std::string VersionInfo::releaseDate(void) { |
| 2991 | return std::string("02-08-2017 2312hrs"); |
nothing calls this directly
no outgoing calls
no test coverage detected