summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-05-21 11:56:56 -0400
committerpommicket <pommicket@gmail.com>2023-05-21 11:56:56 -0400
commit44413aca2385fceb7b6c74cb3e764271fdc077e7 (patch)
treea6fd4b730065d8abceaff93c4b88a17ecf80051d /ted.h
parent2775060cc34b6131535591671225ae2f7727ef5d (diff)
fix highlighting of javascript regex literals
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 608c41e..5b79599 100644
--- a/ted.h
+++ b/ted.h
@@ -28,7 +28,7 @@ extern "C" {
#include "sdl-inc.h"
/// Version number
-#define TED_VERSION "2.3"
+#define TED_VERSION "2.3.1"
/// Version string
#define TED_VERSION_FULL "ted v. " TED_VERSION
/// Maximum path size ted handles.