diff options
author | pommicket <pommicket@gmail.com> | 2024-09-08 15:37:03 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2024-09-08 15:37:03 -0400 |
commit | fd1e2b3d3ccd26fb5bd9d7cbced04f673cfd19ba (patch) | |
tree | a045f5d5f44c63a603e4c56f53d5f986c3973488 /ted.h | |
parent | c4ab62a68f81fda1365bab9e5200f27a6a986bae (diff) |
Customizable data directories
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.2" +#define TED_VERSION "2.7.3" /// Maximum path size ted handles. #define TED_PATH_MAX 1024 /// Config filename |