update: Makefile VERSION variable
This commit is contained in:
parent
91dcbd5507
commit
1ce1b8615c
2
Makefile
2
Makefile
@ -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.02
|
VERSION = 24.03
|
||||||
|
|
||||||
all: dist dist/matt $(PO_OUTS)
|
all: dist dist/matt $(PO_OUTS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user