LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
GetReleaseVersion.cc
Go to the documentation of this file.
1 // This is a comment
3 
4 namespace art {
5 
6  std::string const & getCanvasReleaseVersion() {
7  static std::string const releaseVersion{""};
8  return releaseVersion;
9  }
10 
11 }
std::string const & getCanvasReleaseVersion()
Definition: MVAAlg.h:12