LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
GetReleaseVersion.h
Go to the documentation of this file.
1 #ifndef art_Version_GetReleaseVersion_h
2 #define art_Version_GetReleaseVersion_h
3 
4 #include <string>
5 
6 namespace art {
7  std::string const& getReleaseVersion();
8 }
9 
10 #endif /* art_Version_GetReleaseVersion_h */
11 
12 // Local Variables:
13 // mode: c++
14 // End:
std::string const & getReleaseVersion()
Definition: MVAAlg.h:12