mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-18 16:54:33 +00:00
8bb17191e6
This causes problems with source builds. It's also been inaccurate at times where the latest tag wasn't pushed to our monero fork. Since the Monero version can de derived from the Feather version anyway, it's not worth keeping around.
9 lines
196 B
CMake
9 lines
196 B
CMake
#ifndef FEATHER_VERSION_H
|
|
#define FEATHER_VERSION_H
|
|
|
|
#define FEATHER_VERSION "@VERSION@"
|
|
#define FEATHER_BRANCH "@FEATHER_BRANCH@"
|
|
|
|
#define TOR_VERSION "@TOR_VERSION@"
|
|
|
|
#endif //FEATHER_VERSION_H
|