From af07127e639664c34fe2ebf5d887a844f5f1129a Mon Sep 17 00:00:00 2001 From: Adam Saponara Date: Thu, 13 Feb 2020 22:14:16 -0500 Subject: [PATCH] bump version to 1.4.3 --- mle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mle.h b/mle.h index 9e0066e..f72ec1c 100644 --- a/mle.h +++ b/mle.h @@ -582,7 +582,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.4.2" +#define MLE_VERSION "1.4.3" #define MLE_OK 0 #define MLE_ERR 1