Psyllid  v1.12.4
Project 8 Data Acquisisition Software
psyllid_version.hh
Go to the documentation of this file.
1 /*
2  * psyllid_version.hh
3  *
4  * Created on: Mar 20, 2013
5  * Author: nsoblath
6  */
7 
8 #ifndef PSYLLID_VERSION_HH_
9 #define PSYLLID_VERSION_HH_
10 
11 #include "dripline_version.hh"
12 
13 namespace psyllid
14 {
15  class version : public scarab::version_semantic
16  {
17  public:
18  version();
19  ~version();
20  };
21 
22 } // namespace psyllid
23 
24 #endif /* PSYLLID_VERSION_HH_ */