From 146c517517f9a17d6ed9329cdbe84d89155a777e Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 8 Dec 2024 22:57:09 -0500 Subject: Fix new LSP bug introduced by 2.7.5 --- ted.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ted.h') diff --git a/ted.h b/ted.h index d44b06a..f35b27d 100644 --- a/ted.h +++ b/ted.h @@ -22,7 +22,7 @@ extern "C" { #include "command.h" /// Version number -#define TED_VERSION "2.7.5" +#define TED_VERSION "2.7.6" /// Maximum path size ted handles. #define TED_PATH_MAX 1024 /// Config filename -- cgit v1.2.3