update: Makefile VERSION

This commit is contained in:
ngn 2024-08-25 22:51:45 +03:00
parent 36834a0279
commit 7ba75dc284

View File

@ -11,7 +11,7 @@ OBJS = $(patsubst src/%.c,dist/%.o,$(SRCS))
CFLAGS = -O3 -fstack-protector-strong -fcf-protection=full -fstack-clash-protection CFLAGS = -O3 -fstack-protector-strong -fcf-protection=full -fstack-clash-protection
LIBS = -linih -lmp LIBS = -linih -lmp
VERSION = 24.03 VERSION = 24.04
all: dist dist/matt $(PO_OUTS) all: dist dist/matt $(PO_OUTS)