mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-05 09:05:59 +01:00
5 lines
184 B
C
5 lines
184 B
C
|
#define GIT_COMMIT_HASH "@HASH@"
|
||
|
#define GIT_BRANCH "@BRANCH@"
|
||
|
#define GIT_COMMIT_MESSAGE "@MESSAGE@"
|
||
|
#define GIT_DIRTY "@DIRTY@"
|
||
|
#define GIT_TAG "@TAG@"
|