muzgen/lib/conf.hpp

7 lines
92 B
C++

#ifndef muz_CONF_HPP
#define muz_CONF_HPP
#define MUZ_VERSION std::string("0.0.0")
#endif