CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ReleaseVersion.h
Go to the documentation of this file.
1 #ifndef DataFormats_Provenance_ReleaseVersion_h
2 #define DataFormats_Provenance_ReleaseVersion_h
3 
4 #include <string>
5 namespace edm
6 {
7  typedef std::string ReleaseVersion;
8 }
9 
10 #endif
std::string ReleaseVersion
Definition: ReleaseVersion.h:7