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