summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-06-17 18:38:55 +0100
committerpommicket <pommicket@gmail.com>2023-06-17 18:38:55 +0100
commitaf946739afbf2a0728452d736b0a8bde7efa461e (patch)
tree583e13981a3663a36ce4e9e9e38036eaf529b054 /ted.h
parent7e40fc996be11d0ab1b4735872f5fb48f6a59aac (diff)
ignore duplicate autocomplete suggestions for phantom
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h2
1 files changed, 1 insertions, 1 deletions
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.