summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-03-27 16:40:54 -0400
committerpommicket <pommicket@gmail.com>2023-03-27 16:40:54 -0400
commit2794f396484bc8f1fb29190478c668cda22ce22d (patch)
tree61510311aa6572d61d14a1a6ea11391a9f65f8ea /ted.h
parent372cc3bac0d7f33eb2f42c1f1fd9a8c79644cf9f (diff)
fix crash on in/decrement-number & insert-text w no active buffer
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 b4f87ac..0852669 100644
--- a/ted.h
+++ b/ted.h
@@ -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.