diff options
author | pommicket <pommicket@gmail.com> | 2024-12-08 22:57:09 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2024-12-08 22:57:09 -0500 |
commit | 146c517517f9a17d6ed9329cdbe84d89155a777e (patch) | |
tree | 7d3b7bc412a79f2cd133d14f318832212a8138fe /ted.h | |
parent | 1687c0ae903d4d48abd5842520ec9fa7da3036d9 (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.7.5" +#define TED_VERSION "2.7.6" /// Maximum path size ted handles. #define TED_PATH_MAX 1024 /// Config filename |