6 lines
119 B
C
Raw Normal View History

namespace oxenc {
constexpr int VERSION_MAJOR = 1;
constexpr int VERSION_MINOR = 0;
constexpr int VERSION_PATCH = 6;
}