mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-12 09:37:47 +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
|