mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 11:39:25 +00:00
9 lines
204 B
CMake
9 lines
204 B
CMake
#ifndef FEATHER_VERSION_H
|
|
#define FEATHER_VERSION_H
|
|
|
|
#define FEATHER_VERSION "@PROJECT_VERSION@"
|
|
#define FEATHER_COMMIT "@FEATHER_COMMIT@"
|
|
|
|
#define TOR_VERSION "@TOR_VERSION@"
|
|
|
|
#endif //FEATHER_VERSION_H
|