Belle II Software development
Version.h
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8#ifndef _DAQ_SLC_VERSION_Version_hh
9#define _DAQ_SLC_VERSION_Version_hh
10
11#include <string>
12
13namespace DAQ_SLC_VERSION {
14
15 extern const std::string DAQ_SLC_VERSION;
16
17};
18
19#endif