diff options
author | pommicket <pommicket@gmail.com> | 2024-07-17 23:23:22 -0700 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2024-07-17 23:23:22 -0700 |
commit | d37fe5d5d27d91a28776baf2593fefc0b749cc85 (patch) | |
tree | 219361827d17342bb1eaa11081a845b56af8bd0d /ted.h | |
parent | 4d760a552b2c1143c1bd0a8b055b02892daab60e (diff) |
Bump version, update to latest pcre22.7.2
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.1" +#define TED_VERSION "2.7.2" /// Maximum path size ted handles. #define TED_PATH_MAX 1024 /// Config filename |