diff options
author | pommicket <pommicket@gmail.com> | 2025-06-16 15:17:49 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-06-16 15:17:49 -0400 |
commit | 090edb6d2d54cf8290560c4bca3527c003574368 (patch) | |
tree | 12df280a4dc19b6034e814f996a483d8fd9b1513 /ted.h | |
parent | fa86290a0a104f2284a8ff9803c697d85b1c885d (diff) |
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ extern "C" { #include "command.h" /// Version number -#define TED_VERSION "2.8.0" +#define TED_VERSION "2.8.1" /// Maximum path size ted handles. #define TED_PATH_MAX 1024 /// Config filename |