Bump to v0.2.0

This commit is contained in:
Imbus 2026-02-07 17:36:37 +01:00
parent 3bfbfd46fa
commit ab43512e42

View file

@ -1,7 +1,7 @@
GITREV ?= $(shell git describe --dirty --always)
BLDDATE ?= $(shell date -I)
CR_YEAR ?= $(shell date +%Y)
VERSION ?= "v0.1.2"
VERSION ?= "v0.2.0"
CFLAGS ?= -Wall -Wextra -Wpedantic -O2 -std=gnu99
CFLAGS += -DGITREV='"$(GITREV)"'