Scarab  v3.9.4
Project 8 C++ Utility Library
scarab_version.hh
Go to the documentation of this file.
1 /*
2  * scarab_version.hh
3  *
4  * Created on: Mar 20, 2013
5  * Author: N.S. Oblath
6  */
7 
8 #ifndef SCARAB_VERSION_HH_
9 #define SCARAB_VERSION_HH_
10 
11 #include "version_semantic.hh"
12 
13 namespace scarab
14 {
15 
17  {
18  public:
19  version();
20  ~version();
21  };
22 
23 } // namespace scarab
24 
25 #endif /* SCARAB_VERSION_HH_ */
#define SCARAB_API
Definition: scarab_api.hh:24