mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
33e91e1a1e
It does not leak much since you can make a fair guess by RPC version already, and some people want to avoid non release clients when using third parties' nodes (because they'd never lie about it)
7 lines
237 B
C
7 lines
237 B
C
#pragma once
|
|
|
|
extern const char* const MONERO_VERSION_TAG;
|
|
extern const char* const MONERO_VERSION;
|
|
extern const char* const MONERO_RELEASE_NAME;
|
|
extern const char* const MONERO_VERSION_FULL;
|
|
extern const bool MONERO_VERSION_IS_RELEASE;
|