update: LM_VERSION

This commit is contained in:
ngn 2024-08-07 04:54:42 +03:00
parent 75fa38f1d7
commit edc732ac69
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -22,7 +22,7 @@
// clang-format on
#define LM_VERSION "24.00"
#define LM_VERSION "24.01"
#include "ctx.h"
#include "error.h"