From 1ce1b8615c44a0b47ea9466e3461da39ab728a74 Mon Sep 17 00:00:00 2001 From: ngn Date: Thu, 22 Aug 2024 08:41:04 +0300 Subject: [PATCH] update: Makefile VERSION variable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd1bf76..37c5b77 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ OBJS = $(patsubst src/%.c,dist/%.o,$(SRCS)) CFLAGS = -O3 -fstack-protector-strong -fcf-protection=full -fstack-clash-protection LIBS = -linih -lmp -VERSION = 24.02 +VERSION = 24.03 all: dist dist/matt $(PO_OUTS)