diff --git a/Makefile b/Makefile index 1c26162..e5a05af 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ LIBS += $(shell pkg-config --libs hidapi-hidraw) LIBS += $(shell pkg-config --libs libudev) TARGET = dualsensectl -VERSION = 0.5 +VERSION = 0.6 ifeq ($(BUILD),debug) CFLAGS += -O0 -g