diff options
author | pommicket <pommicket@gmail.com> | 2023-08-01 13:00:21 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-01 13:00:21 -0400 |
commit | 2db69f3bf6b9d086a364db76e677cf22874c90e8 (patch) | |
tree | f46d6562dded0b1ef1e2cc926ff22d10951f239f /ted.h | |
parent | 7c5ca21fdd5fb3448376e9491528487ddb5db076 (diff) |
don't show version, help message when build window is open
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.4.2" +#define TED_VERSION "2.4.3" /// Version string #define TED_VERSION_FULL "ted v. " TED_VERSION /// Maximum path size ted handles. |