From af946739afbf2a0728452d736b0a8bde7efa461e Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 17 Jun 2023 18:38:55 +0100 Subject: ignore duplicate autocomplete suggestions for phantom --- ted.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ted.h') diff --git a/ted.h b/ted.h index abfe991..cbc85a7 100644 --- a/ted.h +++ b/ted.h @@ -28,7 +28,7 @@ extern "C" { #include "sdl-inc.h" /// Version number -#define TED_VERSION "2.3.1" +#define TED_VERSION "2.3.2" /// Version string #define TED_VERSION_FULL "ted v. " TED_VERSION /// Maximum path size ted handles. -- cgit v1.2.3