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