Belle II Software  release-05-02-19
Version.h
1 #ifndef _DAQ_SLC_VERSION_Version_hh
2 #define _DAQ_SLC_VERSION_Version_hh
3 
4 #include <string>
5 
6 namespace DAQ_SLC_VERSION {
7 
8  extern const std::string DAQ_SLC_VERSION;
9 
10 };
11 
12 #endif