diff options
author | pommicket <pommicket@gmail.com> | 2025-09-01 13:20:05 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-01 13:20:05 -0400 |
commit | eb8f16dd4e2cc600cee20c4bb1c3fb5dd147719d (patch) | |
tree | 2a39fc7567ab23c32b3396c072900ce9d52fc7b6 /ted.h | |
parent | df572a668d78bcbdf234039353ef75253a96c2c2 (diff) |
Bump version2.8.3
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.2" +#define TED_VERSION "2.8.3" /// Maximum path size ted handles. #define TED_PATH_MAX 1024 /// Config filename |