From 291c895e1d825cf41ce8669c3f8be8d8e099d609 Mon Sep 17 00:00:00 2001 From: Adam Saponara Date: Fri, 27 May 2022 20:03:21 -0400 Subject: [PATCH] bump version to 1.5.0 --- mle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mle.h b/mle.h index c64e4db..84fd4ef 100644 --- a/mle.h +++ b/mle.h @@ -600,7 +600,7 @@ void str_append_replace_with_backrefs(str_t *str, char *subj, char *repl, int pc extern editor_t _editor; // Macros -#define MLE_VERSION "1.5.0-dev" +#define MLE_VERSION "1.5.0" #define MLE_OK 0 #define MLE_ERR 1