diff options
author | pommicket <pommicket@gmail.com> | 2023-03-27 16:40:54 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-03-27 16:40:54 -0400 |
commit | 2794f396484bc8f1fb29190478c668cda22ce22d (patch) | |
tree | 61510311aa6572d61d14a1a6ea11391a9f65f8ea /ted.h | |
parent | 372cc3bac0d7f33eb2f42c1f1fd9a8c79644cf9f (diff) |
fix crash on in/decrement-number & insert-text w no active buffer
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.2" +#define TED_VERSION "2.2r1" /// Version string #define TED_VERSION_FULL "ted v. " TED_VERSION /// Maximum path size ted handles. |