mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
7 lines
162 B
C++
7 lines
162 B
C++
#include <constants/version.hpp>
|
|
|
|
#ifndef LLARP_DEFAULT_NETID
|
|
#define LLARP_DEFAULT_NETID "beta"
|
|
#endif
|
|
const char Version::LLARP_NET_ID[] = LLARP_DEFAULT_NETID;
|