From edc732ac690d838d4ad6f034432159ebd3ce5d75 Mon Sep 17 00:00:00 2001 From: ngn Date: Wed, 7 Aug 2024 04:54:42 +0300 Subject: [PATCH] update: LM_VERSION --- Makefile | 1 - include/all.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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"