summaryrefslogtreecommitdiff
path: root/hyprland/src/config.vala.in
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-09-01 03:23:40 +0200
committerAylur <[email protected]>2024-09-01 03:23:40 +0200
commit20617eb29f0f16300d157e6481e8e4845958c7af (patch)
tree391d1954e8f288be50e114105e23ec4bdf1fa2ae /hyprland/src/config.vala.in
parent14872407828660aca895bdb773ff74cca763bf7b (diff)
move to monorepo
Diffstat (limited to 'hyprland/src/config.vala.in')
-rw-r--r--hyprland/src/config.vala.in6
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@";
+}