diff options
author | Aylur <[email protected]> | 2024-09-01 03:19:54 +0200 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-01 03:19:54 +0200 |
commit | 8afaaf7e7e2fbca5d65b14e0ea15941c42aa3c26 (patch) | |
tree | 9a4e3c62ce1c40ffb7f637c62a8a5c009701085d /bluetooth/src/config.vala.in | |
parent | 15408c67ea9d2e09fd6e2bbbabbb166c339673ee (diff) | |
parent | c5342a93cc98569695474c692ef40f1e851c2912 (diff) |
merge bluetooth
Diffstat (limited to 'bluetooth/src/config.vala.in')
-rw-r--r-- | bluetooth/src/config.vala.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bluetooth/src/config.vala.in b/bluetooth/src/config.vala.in new file mode 100644 index 0000000..9fce720 --- /dev/null +++ b/bluetooth/src/config.vala.in @@ -0,0 +1,6 @@ +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@"; +} |