oxen-core/src/version.h

11 lines
276 B
C
Raw Normal View History

#pragma once
#include <cstdint>
#include <array>
extern const std::array<uint16_t, 3> LOKI_VERSION;
2018-04-10 06:49:20 +02:00
extern const char* const LOKI_VERSION_TAG;
extern const char* const LOKI_VERSION_STR;
2018-04-10 06:49:20 +02:00
extern const char* const LOKI_RELEASE_NAME;
extern const char* const LOKI_VERSION_FULL;