Monarch  v3.8.2
Project 8 Data File Format Library
M2Version.hh
Go to the documentation of this file.
1 /*
2  * M2Version.hpp
3  *
4  * Generated by cmake from M2Version.hpp.in
5  *
6  * Created on: Mar 20, 2013
7  * Author: nsoblath
8  */
9 
10 #ifndef M2_VERSION_HH_
11 #define M2_VERSION_HH_
12 
13 #include "scarab_version.hh"
14 
15 namespace monarch2
16 {
17  class M2Version : public scarab::version_semantic
18  {
19  public:
20  M2Version();
21  ~M2Version();
22  };
23 }
24 
25 #endif /* MONARCH_VERSION_HPP_ */