Silicium
Macros
version.hpp File Reference

Go to the source code of this file.

Macros

#define SILICIUM_MAJOR_VERSION   0
 
#define SILICIUM_MINOR_VERSION   1
 
#define SILICIUM_PATCH_VERSION   0
 
#define SILICIUM_MAKE_VERSION(major, minor, patch)   ((((major * 100) + minor) * 100) + patch)
 
#define SILICIUM_VERSION   SILICIUM_MAKE_VERSION(SILICIUM_MAJOR_VERSION, SILICIUM_MINOR_VERSION, SILICIUM_PATCH_VERSION)
 

Macro Definition Documentation

#define SILICIUM_MAJOR_VERSION   0
#define SILICIUM_MAKE_VERSION (   major,
  minor,
  patch 
)    ((((major * 100) + minor) * 100) + patch)
#define SILICIUM_MINOR_VERSION   1
#define SILICIUM_PATCH_VERSION   0