00001 #include "Rivet/Rivet.hh" 00002 #include "Rivet/Tools/Utils.hh" 00003 00004 00005 namespace Rivet { 00006 00007 00008 /// A function to get the Rivet version string 00009 string version() { 00010 return RIVET_VERSION; 00011 } 00012 00013 00014 }