v0.2.1 bump

This commit is contained in:
Imbus 2026-02-07 18:52:56 +01:00
parent 692f89d6c2
commit 117d01fcbe

View file

@ -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)"'