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 | c5342a93cc98569695474c692ef40f1e851c2912 (patch) | |
tree | 857f05816be0475fca2cf36fc85ecdda46380da6 /bluetooth/src/config.vala.in | |
parent | ce866f7b0af13511cf6ab95998b252cb9b7c93aa (diff) |
move to monorepo
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@"; +} |