summaryrefslogtreecommitdiff
path: root/src/conf/version.hpp
blob: a4ee9317ee15ad6a042ade01b111eb9a6561a31f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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