summaryrefslogtreecommitdiff
path: root/powerprofiles/src/config.vala.in
diff options
context:
space:
mode:
Diffstat (limited to 'powerprofiles/src/config.vala.in')
-rw-r--r--powerprofiles/src/config.vala.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/powerprofiles/src/config.vala.in b/powerprofiles/src/config.vala.in
deleted file mode 100644
index 79034f1..0000000
--- a/powerprofiles/src/config.vala.in
+++ /dev/null
@@ -1,6 +0,0 @@
-namespace AstalPowerProfiles {
- 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@";
-}