summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-07-06 18:00:14 -0400
committerpommicket <pommicket@gmail.com>2023-07-06 18:00:14 -0400
commitb39e98f7e8a340bb5777029b05fc84b2b5ba6c08 (patch)
tree7cd0c3c7a99575aa047e678969e78e860fb7b195 /ted.h
parente29c73c1f75b61d0adff5982e36db7b442604bfc (diff)
TODO highlighting in single-line comments, more js keywords
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 cbc85a7..8186589 100644
--- a/ted.h
+++ b/ted.h
@@ -28,7 +28,7 @@ extern "C" {
#include "sdl-inc.h"
/// Version number
-#define TED_VERSION "2.3.2"
+#define TED_VERSION "2.3.3"
/// Version string
#define TED_VERSION_FULL "ted v. " TED_VERSION
/// Maximum path size ted handles.