From 117d01fcbea40ca937d4742dc4b89124654b72ea Mon Sep 17 00:00:00 2001 From: Imbus Date: Sat, 7 Feb 2026 18:52:56 +0100 Subject: [PATCH] v0.2.1 bump --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 58199f1..416e4c1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ GITREV ?= $(shell git describe --dirty --always) BLDDATE ?= $(shell date -I) CR_YEAR ?= $(shell date +%Y) -VERSION ?= "v0.2.0" +VERSION ?= "v0.2.1" CFLAGS ?= -Wall -Wextra -Wpedantic -O2 -std=gnu99 CFLAGS += -DGITREV='"$(GITREV)"'