Skip to content

Commit 34c28df

Browse files
committed
bump to version v1.2
1 parent 5789313 commit 34c28df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mle.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ void str_append_replace_with_backrefs(str_t* str, char* subj, char* repl, int pc
576576
extern editor_t _editor;
577577

578578
// Macros
579-
#define MLE_VERSION "1.2-dev"
579+
#define MLE_VERSION "1.2"
580580

581581
#define MLE_OK 0
582582
#define MLE_ERR 1

0 commit comments

Comments
 (0)