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