diff options
author | pommicket <pommicket@gmail.com> | 2023-09-10 14:03:37 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-09-10 14:03:37 -0400 |
commit | 1b49244e6427effb62bae8a05038c22e6bec423f (patch) | |
tree | 6b4ffc93e4aea86bd091e08afd3a1237198c8a49 /ted.h | |
parent | dbc89bb7dfef89ed0e4188ba10459914078f5804 (diff) |
a
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.5.1" +#define TED_VERSION "2.6" /// Maximum path size ted handles. #define TED_PATH_MAX 1024 /// Config filename |