summaryrefslogtreecommitdiff
path: root/src/conf/version.hpp
blob: 8dd31ed4a3b332c7aec35a4d6e8fd6d827256aaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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_NAME.h"
# include "conf-raw/int-VENDOR_POINT.h"
# include "conf-raw/str-VENDOR_SOURCE.h"

# include "conf-raw/str-VERSION_STRING.h"

#endif // TMWA_CONF_VERSION_HPP