CMS 3D CMS Logo

GetReleaseVersion.cc

Go to the documentation of this file.
00001 #include "FWCore/Version/interface/GetReleaseVersion.h"
00002 
00003 #define STRINGIFY_(x_) #x_
00004 #define STRINGIFY(x_) STRINGIFY_(x_)
00005 
00006 namespace edm {
00007   std::string getReleaseVersion() {
00008     static std::string const releaseVersion(STRINGIFY(PROJECT_VERSION));
00009     return releaseVersion; 
00010   }
00011 }

Generated on Tue Jun 9 17:36:52 2009 for CMSSW by  doxygen 1.5.4