From 20617eb29f0f16300d157e6481e8e4845958c7af Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 1 Sep 2024 03:23:40 +0200 Subject: move to monorepo --- hyprland/src/config.vala.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hyprland/src/config.vala.in (limited to 'hyprland/src/config.vala.in') 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@"; +} -- cgit v1.2.3