summaryrefslogtreecommitdiff
path: root/lib/bluetooth/config.vala.in
blob: f43dba319cf2d7f23fcdcfc79861807b163669c8 (plain)
1
2
3
4
5
6
7
[CCode (gir_namespace = "AstalBluetooth", gir_version = "@API_VERSION@")]
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@";
}