lokinet/llarp/constants/version.hpp

16 lines
411 B
C++
Raw Normal View History

#pragma once
2018-01-25 16:24:33 +00:00
#include <array>
#include <cstdint>
2018-01-25 16:24:33 +00:00
namespace llarp
2019-01-02 22:21:29 +00:00
{
// Given a full lokinet version of: lokinet-1.2.3-abc these are:
extern const std::array<uint8_t, 3> LOKINET_VERSION;
extern const char* const LOKINET_VERSION_TAG;
extern const char* const LOKINET_VERSION_FULL;
extern const char* const LOKINET_DEFAULT_NETID;
extern const char* const LOKINET_TESTNET_NETID;
} // namespace llarp