diff options
author | pommicket <pommicket@gmail.com> | 2025-09-28 00:50:40 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-28 00:50:40 -0400 |
commit | 59a65b2bc579d0dc3e78cb2f90a0677fd6772341 (patch) | |
tree | 11f9bc1a1244e67aff5ea939f4b179bcda993b9b /ted.h | |
parent | 3c9e139aec08d1bb406a6219122ca982b4b7dc34 (diff) |
Bump version
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.3" +#define TED_VERSION "2.8.4" /// Maximum path size ted handles. #define TED_PATH_MAX 1024 /// Config filename |