From c5342a93cc98569695474c692ef40f1e851c2912 Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 1 Sep 2024 03:19:54 +0200 Subject: move to monorepo --- bluetooth/src/config.vala.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bluetooth/src/config.vala.in (limited to 'bluetooth/src/config.vala.in') 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@"; +} -- cgit v1.2.3