From 3e3f045d650a839d21f7b649da7aa5c19bd2e38b Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 1 Sep 2024 14:17:36 +0200 Subject: monorepo structuring --- lib/bluetooth/config.vala.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/bluetooth/config.vala.in (limited to 'lib/bluetooth/config.vala.in') diff --git a/lib/bluetooth/config.vala.in b/lib/bluetooth/config.vala.in new file mode 100644 index 0000000..9fce720 --- /dev/null +++ b/lib/bluetooth/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