From dd6a2c955ca06419145d3abef261f41a3bccdb96 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Wed, 21 Jun 2023 19:03:22 +0200 Subject: [PATCH] Version 0.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea0d8a6..7072ba0 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.2 +VERSION = 0.3 ifeq ($(BUILD),debug) CFLAGS += -O0 -g