diff options
Diffstat (limited to 'src/conf')
-rw-r--r-- | src/conf/version.hpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/conf/version.hpp b/src/conf/version.hpp new file mode 100644 index 0000000..1da6088 --- /dev/null +++ b/src/conf/version.hpp @@ -0,0 +1,15 @@ +#ifndef CONF_VERSION_HPP +#define CONF_VERSION_HPP + +#include "conf-raw/str-VERSION_FULL.h" +#include "conf-raw/str-VERSION_HASH.h" + +#include "conf-raw/int-VERSION_MAJOR.h" +#include "conf-raw/int-VERSION_MINOR.h" +#include "conf-raw/int-VERSION_PATCH.h" +#include "conf-raw/int-VERSION_DEVEL.h" + +#include "conf-raw/str-VENDOR.h" +#include "conf-raw/int-VENDOR_VERSION.h" + +#endif |