diff --git a/Makefile b/Makefile index f07af09..b989946 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 2.8 +VERSION = 2.9 CC = gcc -std=c18 CFLAGS = -O3 -march=native -Wall -Wextra -Wno-implicit-fallthrough -Wpedantic LDFLAGS =