mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-05 09:25:58 +01:00
2a777cb71b
* add commit date to "hyprctl version" modified: scripts/generateVersion.sh modified: src/debug/HyprCtl.cpp modified: src/version.h.in * Nix: add date to hyprctl --------- Co-authored-by: Mihai Fufezan <fufexan@protonmail.com>
7 lines
234 B
C
7 lines
234 B
C
#pragma once
|
|
#define GIT_COMMIT_HASH "@HASH@"
|
|
#define GIT_BRANCH "@BRANCH@"
|
|
#define GIT_COMMIT_MESSAGE "@MESSAGE@"
|
|
#define GIT_COMMIT_DATE "@DATE@"
|
|
#define GIT_DIRTY "@DIRTY@"
|
|
#define GIT_TAG "@TAG@"
|