From d224479c2ec57f542f73d2453035cf6aeb8d937f Mon Sep 17 00:00:00 2001 From: David Rosca Date: Sun, 18 Aug 2024 17:06:12 +0200 Subject: [PATCH] Version 0.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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