From 064147fc83e5587bf793cb8ccbfe51525c6b5489 Mon Sep 17 00:00:00 2001 From: Adam Saponara Date: Wed, 24 May 2023 19:23:19 -0400 Subject: [PATCH] bump version to 1.7.2 --- mle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mle.h b/mle.h index e23652c..e49b17f 100644 --- a/mle.h +++ b/mle.h @@ -616,7 +616,7 @@ int tb_printf_attr(bview_rect_t rect, int x, int y, const char *fmt, ...); extern editor_t _editor; // Macros -#define MLE_VERSION "1.7.2-dev" +#define MLE_VERSION "1.7.2" #define MLE_OK 0 #define MLE_ERR 1