mirror of
https://github.com/monero-project/monero.git
synced 2025-02-08 18:38:29 -05:00
![moneromooo-monero](/assets/img/avatar_default.png)
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)
8 lines
237 B
C
8 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;
|