diff --git a/Makefile b/Makefile index 2aaafdb..a111a93 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,6 @@ CFLAGS = -O3 -fstack-protector-strong -fcf-protection=full -fstack-clash-protec LIBS = -lpthread -lcrypto -larchive -linih -lgpgme -lsqlite3 DEBUG = 0 -VERSION = 24.00 all: dist dist/libmp.so $(PO_OUTS) diff --git a/include/all.h b/include/all.h index 2735ee9..ac4506b 100644 --- a/include/all.h +++ b/include/all.h @@ -22,7 +22,7 @@ // clang-format on -#define LM_VERSION "24.00" +#define LM_VERSION "24.01" #include "ctx.h" #include "error.h"