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 11
32#define SPECTRE_VERSION_STRING "0.2.11"
34#define SPECTRE_VERSION ((0 << 16) | (2 << 8) | (11))