diff options
Diffstat (limited to 'hyprland/src/config.vala.in')
-rw-r--r-- | hyprland/src/config.vala.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hyprland/src/config.vala.in b/hyprland/src/config.vala.in deleted file mode 100644 index 65993b2..0000000 --- a/hyprland/src/config.vala.in +++ /dev/null @@ -1,6 +0,0 @@ -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@"; -} |