diff options
author | Aylur <[email protected]> | 2024-09-01 03:23:40 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-01 03:23:40 +0200 |
commit | 20617eb29f0f16300d157e6481e8e4845958c7af (patch) | |
tree | 391d1954e8f288be50e114105e23ec4bdf1fa2ae /hyprland/src/config.vala.in | |
parent | 14872407828660aca895bdb773ff74cca763bf7b (diff) |
move to monorepo
Diffstat (limited to 'hyprland/src/config.vala.in')
-rw-r--r-- | hyprland/src/config.vala.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hyprland/src/config.vala.in b/hyprland/src/config.vala.in new file mode 100644 index 0000000..65993b2 --- /dev/null +++ b/hyprland/src/config.vala.in @@ -0,0 +1,6 @@ +namespace AstalHyprland { + public const int MAJOR_VERSION = @MAJOR_VERSION@; + public const int MINOR_VERSION = @MINOR_VERSION@; + public const int MICRO_VERSION = @MICRO_VERSION@; + public const string VERSION = "@VERSION@"; +} |