Skip to content

Commit

Permalink
bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
adsr committed Apr 20, 2024
1 parent a1bd910 commit c266a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mle.h
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ extern editor_t _editor;
#endif
#define MLE_XSTR(s) MLE_STR(s)
#define MLE_STR(s) #s
#define MLE_VERSION ("1.7.3-dev" MLE_XSTR(MLE_VERSION_APPEND))
#define MLE_VERSION ("1.7.4-dev" MLE_XSTR(MLE_VERSION_APPEND))

#define MLE_OK 0
#define MLE_ERR 1
Expand Down

0 comments on commit c266a91

Please sign in to comment.