summaryrefslogblamecommitdiff
path: root/src/conf/version.hpp
blob: a4ee9317ee15ad6a042ade01b111eb9a6561a31f (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                        

                                       
 



                                        
 

                                         

      
#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