mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
61523d40e6
This reverts commit 8b471bfee2
.
9 lines
196 B
CMake
9 lines
196 B
CMake
#ifndef FEATHER_VERSION_H
|
|
#define FEATHER_VERSION_H
|
|
|
|
#define FEATHER_VERSION "@VERSION@"
|
|
#define FEATHER_COMMIT "@FEATHER_COMMIT@"
|
|
|
|
#define TOR_VERSION "@TOR_VERSION@"
|
|
|
|
#endif //FEATHER_VERSION_H
|