diff options
author | pommicket <pommicket@gmail.com> | 2025-03-23 22:57:06 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-03-23 22:57:06 -0400 |
commit | 0befcc8fd8015301242bd2e48a23f5d0157ba1de (patch) | |
tree | a535c8514fa9b8472df8fda73b56c1c92d09b9a5 /ted.h | |
parent | 6bb08a2e3d90dbce4de1043ad6616f2e29eba057 (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.7" +#define TED_VERSION "2.7.8" /// Maximum path size ted handles. #define TED_PATH_MAX 1024 /// Config filename |