summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-01 13:00:21 -0400
committerpommicket <pommicket@gmail.com>2023-08-01 13:00:21 -0400
commit2db69f3bf6b9d086a364db76e677cf22874c90e8 (patch)
treef46d6562dded0b1ef1e2cc926ff22d10951f239f /ted.h
parent7c5ca21fdd5fb3448376e9491528487ddb5db076 (diff)
don't show version, help message when build window is open
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 f6c0e78..2cbf305 100644
--- a/ted.h
+++ b/ted.h
@@ -28,7 +28,7 @@ extern "C" {
#include "sdl-inc.h"
/// Version number
-#define TED_VERSION "2.4.2"
+#define TED_VERSION "2.4.3"
/// Version string
#define TED_VERSION_FULL "ted v. " TED_VERSION
/// Maximum path size ted handles.