diff options
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 |