mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
12 lines
273 B
CMake
12 lines
273 B
CMake
#ifndef WOWLET_VERSION_H
|
|
#define WOWLET_VERSION_H
|
|
|
|
#define WOWLET_VERSION "@VERSION@"
|
|
#define WOWLET_BRANCH "@WOWLET_BRANCH@"
|
|
|
|
#define MONERO_VERSION "@MONERO_VERSION@"
|
|
#define MONERO_BRANCH "@MONERO_BRANCH@"
|
|
|
|
#define TOR_VERSION "@TOR_VERSION@"
|
|
|
|
#endif //WOWLET_VERSION_H
|