CLHEP/HepPDT/Version.hh

00001 // $Id: Version.hh,v 1.1 2001/11/09 15:23:59 mf Exp $
00002 // ----------------------------------------------------------------------
00003 //
00004 // Version.hh
00005 //
00006 //  for now, this is a free function
00007 //
00008 // ----------------------------------------------------------------------
00009 #ifndef HEPPDTVERSION_HH
00010 #define HEPPDTVERSION_HH
00011 
00012 #include "CLHEP/config/CLHEP.h"
00013 #include <string>
00014 
00015 namespace HepPDT {
00016 
00017 void version( );                // print version
00018 std::string versionName( );     // return version
00019 
00020 }       // HepPDT
00021 
00022 #endif // HEPPDTVERSION_HH

Class Library for High Energy Physics (version 1.8)