diff options
author | pommicket <pommicket@gmail.com> | 2023-06-17 18:38:55 +0100 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-06-17 18:38:55 +0100 |
commit | af946739afbf2a0728452d736b0a8bde7efa461e (patch) | |
tree | 583e13981a3663a36ce4e9e9e38036eaf529b054 /ted.h | |
parent | 7e40fc996be11d0ab1b4735872f5fb48f6a59aac (diff) |
ignore duplicate autocomplete suggestions for phantom
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |