From c8914d4aee5b03191587dd9b4ae2836df48665fb Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 24 Sep 2023 10:40:38 -0400 Subject: bump version fix fs_file_size on windows --- ted.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ted.h') diff --git a/ted.h b/ted.h index 27e6cc2..43e2409 100644 --- a/ted.h +++ b/ted.h @@ -22,7 +22,7 @@ extern "C" { #include "command.h" /// Version number -#define TED_VERSION "2.6.1" +#define TED_VERSION "2.6.2" /// Maximum path size ted handles. #define TED_PATH_MAX 1024 /// Config filename -- cgit v1.2.3