From 7a2b191740d5a39bcbcde1a2ce61ca5d286114a3 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Sun, 31 Mar 2024 09:48:23 +0200 Subject: [PATCH] Version 0.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb8fa3f..1c26162 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.4 +VERSION = 0.5 ifeq ($(BUILD),debug) CFLAGS += -O0 -g