hepmc - Diff between revs 163 and 167

Subversion Repositories:
Rev:
Show entire file - Ignore whitespace
Rev 163 Rev 167
Line 18... Line 18...
18 void writeVersion( std::ostream & os ); //!< write HepMC version to os 18 void writeVersion( std::ostream & os ); //!< write HepMC version to os
19 std::string versionName( );     //!< return HepMC version 19 std::string versionName( );     //!< return HepMC version
20 20
21 inline std::string versionName( ) 21 inline std::string versionName( )
22 { 22 {
23     return "2.01.07"; -  
-   23     return "2.01.08";
24 } 24 }
25 25
26 inline void version( ) 26 inline void version( )
27 { 27 {
28     std::cout << " --------------- HepMC Version " << versionName() 28     std::cout << " --------------- HepMC Version " << versionName()