diff options
author | pommicket <pommicket@gmail.com> | 2025-06-27 12:54:28 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-06-27 12:54:28 -0400 |
commit | ad93b360417f984c466e42abd6599d6ae786692e (patch) | |
tree | a9b231ab897979cf49856f6adb55ae4c3550ec99 /ted.h | |
parent | adc193b600393a149868b1953c9e2afd576298cb (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.1" +#define TED_VERSION "2.8.2" /// Maximum path size ted handles. #define TED_PATH_MAX 1024 /// Config filename |