summaryrefslogtreecommitdiff
path: root/core/src/config.vala.in
diff options
context:
space:
mode:
authorKevin <[email protected]>2024-10-16 00:49:16 -0300
committerKevin <[email protected]>2024-10-16 00:49:16 -0300
commit2b1e8501b46056b79d97e90c6ec94e3ad36d0ab2 (patch)
tree6486e98bd1ba523b1aeb4bd2566d1ff6e5c41798 /core/src/config.vala.in
parent03f2c4706faba7dac5aee71b10255eac218cbeec (diff)
parent236487001ab2a6c9c8e87e5db0ced9e5ab3ed791 (diff)
Merge branch 'adapt-upstream-changes'
Diffstat (limited to 'core/src/config.vala.in')
-rw-r--r--core/src/config.vala.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/src/config.vala.in b/core/src/config.vala.in
deleted file mode 100644
index 88bfe9c..0000000
--- a/core/src/config.vala.in
+++ /dev/null
@@ -1,6 +0,0 @@
-namespace Astal {
- 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@";
-}