diff options
author | pommicket <pommicket@gmail.com> | 2024-10-29 21:12:47 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2024-10-29 21:13:02 -0400 |
commit | d75d7faeacf89b8f9aadb89868480312154bf53b (patch) | |
tree | b185c722173987220ec41decaa01efec4187d6bd /ted.h | |
parent | d070e6c8be957db89ef15f912925dd605be500a1 (diff) |
Update version history2.7.4
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.7.3" +#define TED_VERSION "2.7.4" /// Maximum path size ted handles. #define TED_PATH_MAX 1024 /// Config filename |