Go to the documentation of this file. 21 #ifndef SPECTRE_VERSION_H 22 #define SPECTRE_VERSION_H 24 #include <libspectre/spectre-macros.h> 28 #define SPECTRE_MAJOR_VERSION 0 29 #define SPECTRE_MINOR_VERSION 2 30 #define SPECTRE_MICRO_VERSION 8 32 #define SPECTRE_VERSION_STRING "0.2.8" 34 #define SPECTRE_VERSION ((0 << 16) | (2 << 8) | (8))