mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-05 04:05:58 +01:00
6 lines
No EOL
197 B
C
6 lines
No EOL
197 B
C
#pragma once
|
|
#define GIT_COMMIT_HASH "@HASH@"
|
|
#define GIT_BRANCH "@BRANCH@"
|
|
#define GIT_COMMIT_MESSAGE "@MESSAGE@"
|
|
#define GIT_DIRTY "@DIRTY@"
|
|
#define GIT_TAG "@TAG@" |