]> www.wagner.pp.ru Git - oss/btcli.git/blobdiff - btpasskey/Makefile
Fixed invalid dbus_message_append_args in resolve_bluetooth_name
[oss/btcli.git] / btpasskey / Makefile
index 1e65a6b0aa2e5239a67485e0e623640f0e55b5a0..44ddb4dbca8f1665670124977ea4218f0483964a 100644 (file)
@@ -1,5 +1,5 @@
 # this Makefile is for building btcli it depends on pkg-config libdbus-1-dev (and build-essential) packages 
-BTPASS_VERSION?=1.2
+BTPASS_VERSION?=1.3
 prefix=/usr/local
 btpasskey: btpasskey.c
        $(CC) `pkg-config --libs --cflags dbus-1`  -g -DDBUS_API_SUBJECT_TO_CHANGE -DVERSION="\"$(BTPASS_VERSION)\"" -o btpasskey btpasskey.c