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